pub struct PopLeft;Expand description
Removes the first token tree from the stream.
Trait Implementations§
Source§impl Ord for PopLeft
impl Ord for PopLeft
Source§impl PartialOrd for PopLeft
impl PartialOrd for PopLeft
Source§impl Transformer for PopLeft
impl Transformer for PopLeft
Source§fn transform(
&mut self,
input: TokenStream,
argument: TokenStream,
) -> Result<TokenStream, Error>
fn transform( &mut self, input: TokenStream, argument: TokenStream, ) -> Result<TokenStream, Error>
Transforms an input token stream into an output one. Read more
impl Copy for PopLeft
impl Eq for PopLeft
impl StructuralPartialEq for PopLeft
Auto Trait Implementations§
impl Freeze for PopLeft
impl RefUnwindSafe for PopLeft
impl Send for PopLeft
impl Sync for PopLeft
impl Unpin for PopLeft
impl UnsafeUnpin for PopLeft
impl UnwindSafe for PopLeft
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