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