pub struct PushRight;Expand description
Appends the argument to the end of the stream.
Trait Implementations§
Source§impl Ord for PushRight
impl Ord for PushRight
Source§impl PartialOrd for PushRight
impl PartialOrd for PushRight
Source§impl Transformer for PushRight
impl Transformer for PushRight
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 PushRight
impl Eq for PushRight
impl StructuralPartialEq for PushRight
Auto Trait Implementations§
impl Freeze for PushRight
impl RefUnwindSafe for PushRight
impl Send for PushRight
impl Sync for PushRight
impl Unpin for PushRight
impl UnsafeUnpin for PushRight
impl UnwindSafe for PushRight
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