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