pub struct HoldStashOp;Expand description
Marker struct for dispatch_table TypeId keying.
Auto Trait Implementations§
impl Freeze for HoldStashOp
impl RefUnwindSafe for HoldStashOp
impl Send for HoldStashOp
impl Sync for HoldStashOp
impl Unpin for HoldStashOp
impl UnsafeUnpin for HoldStashOp
impl UnwindSafe for HoldStashOp
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