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