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