pub struct UnderlyingSymbol;Expand description
UnderlyingSymbol (311).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingSymbol
impl RefUnwindSafe for UnderlyingSymbol
impl Send for UnderlyingSymbol
impl Sync for UnderlyingSymbol
impl Unpin for UnderlyingSymbol
impl UnsafeUnpin for UnderlyingSymbol
impl UnwindSafe for UnderlyingSymbol
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