pub struct Brace {
pub span: DelimSpan,
}
Expand description
{
…}
Fields§
§span: DelimSpan
Implementations§
source§impl Brace
impl Brace
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F)where
F: FnOnce(&mut TokenStream),
Trait Implementations§
source§impl PartialEq for Brace
impl PartialEq for Brace
impl Copy for Brace
impl Eq for Brace
impl Token for Brace
Auto Trait Implementations§
impl RefUnwindSafe for Brace
impl !Send for Brace
impl !Sync for Brace
impl Unpin for Brace
impl UnwindSafe for Brace
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more