pub struct CommaSymbol(/* private fields */);Trait Implementations§
Source§impl Clone for CommaSymbol
impl Clone for CommaSymbol
Source§fn clone(&self) -> CommaSymbol
fn clone(&self) -> CommaSymbol
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 CommaSymbol
impl Debug for CommaSymbol
Source§impl Parse for CommaSymbol
impl Parse for CommaSymbol
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 CommaSymbol
impl RefUnwindSafe for CommaSymbol
impl Send for CommaSymbol
impl Sync for CommaSymbol
impl Unpin for CommaSymbol
impl UnsafeUnpin for CommaSymbol
impl UnwindSafe for CommaSymbol
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