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