Struct syn::token::Brace [−][src]
pub struct Brace(pub Span);
{...}
Methods
impl Brace[src]
impl Bracepub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream), [src]
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream), pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Brace, R)> where
F: FnOnce(Cursor) -> PResult<R>, [src]
pub fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Brace, R)> where
F: FnOnce(Cursor) -> PResult<R>, Trait Implementations
impl Copy for Brace[src]
impl Copy for Braceimpl Clone for Brace[src]
impl Clone for Bracefn clone(&self) -> Brace[src]
fn clone(&self) -> BraceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Brace[src]
impl Default for Braceimpl Debug for Brace[src]
impl Debug for Bracefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Brace[src]
impl Eq for Braceimpl PartialEq for Brace[src]
impl PartialEq for Bracefn eq(&self, _other: &Brace) -> bool[src]
fn eq(&self, _other: &Brace) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for Brace[src]
impl Hash for Bracefn hash<H>(&self, _state: &mut H) where
H: Hasher, [src]
fn hash<H>(&self, _state: &mut H) where
H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl From<Span> for Brace[src]
impl From<Span> for Brace