pub struct MatchSymbol(/* private fields */);Trait Implementations§
Source§impl Clone for MatchSymbol
impl Clone for MatchSymbol
Source§fn clone(&self) -> MatchSymbol
fn clone(&self) -> MatchSymbol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MatchSymbol
impl Debug for MatchSymbol
Source§impl Parse for MatchSymbol
impl Parse for MatchSymbol
Source§fn parse(ts: &mut TokenStream) -> Result<Self>
fn parse(ts: &mut TokenStream) -> Result<Self>
Parse an item from the given token stream.
Auto Trait Implementations§
impl Freeze for MatchSymbol
impl RefUnwindSafe for MatchSymbol
impl Send for MatchSymbol
impl Sync for MatchSymbol
impl Unpin for MatchSymbol
impl UnsafeUnpin for MatchSymbol
impl UnwindSafe for MatchSymbol
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