pub struct TagDouble(/* private fields */);Expand description
TAG_Double
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagDouble
impl RefUnwindSafe for TagDouble
impl Send for TagDouble
impl Sync for TagDouble
impl Unpin for TagDouble
impl UnwindSafe for TagDouble
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