Struct syn::token::Brace [−][src]
{...}
Fields
span: Span
Implementations
impl Brace
[src][−]
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream),
[src]
F: FnOnce(&mut TokenStream),
Trait Implementations
impl Clone for Brace
[src][+]
impl Copy for Brace
[src]
impl Debug for Brace
[src][+]
impl Default for Brace
[src][+]
impl Eq for Brace
[src]
impl Hash for Brace
[src][+]
impl PartialEq<Brace> for Brace
[src][+]
impl Token for Brace
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,