Struct syntax::parse::token::LazyTokenStream   [−][src]
pub struct LazyTokenStream(_);
Methods
impl LazyTokenStream[src] 
impl LazyTokenStreampub fn new() -> Self[src] 
pub fn new() -> Selfpub fn force<F: FnOnce() -> TokenStream>(&self, f: F) -> TokenStream[src] 
pub fn force<F: FnOnce() -> TokenStream>(&self, f: F) -> TokenStreamTrait Implementations
impl Clone for LazyTokenStream[src] 
impl Clone for LazyTokenStreamfn clone(&self) -> LazyTokenStream[src] 
fn clone(&self) -> LazyTokenStreamReturns 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 Eq for LazyTokenStream[src] 
impl Eq for LazyTokenStreamimpl PartialEq for LazyTokenStream[src] 
impl PartialEq for LazyTokenStreamfn eq(&self, _other: &LazyTokenStream) -> bool[src] 
fn eq(&self, _other: &LazyTokenStream) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for LazyTokenStream[src] 
impl Debug for LazyTokenStreamfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Encodable for LazyTokenStream[src] 
impl Encodable for LazyTokenStreamimpl Decodable for LazyTokenStream[src] 
impl Decodable for LazyTokenStreamimpl Hash for LazyTokenStream[src] 
impl Hash for LazyTokenStreamAuto Trait Implementations
impl !Send for LazyTokenStream
impl !Send for LazyTokenStreamimpl !Sync for LazyTokenStream
impl !Sync for LazyTokenStream