pub struct RefSymbol(/* private fields */);Expand description
Symbol for displaying.
This type can be displayed with quoting and escaping if necessary.
Trait Implementations§
Auto Trait Implementations§
impl !Sized for RefSymbol
impl Freeze for RefSymbol
impl RefUnwindSafe for RefSymbol
impl Send for RefSymbol
impl Sync for RefSymbol
impl Unpin for RefSymbol
impl UnsafeUnpin for RefSymbol
impl UnwindSafe for RefSymbol
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