pub struct HandlInst;Expand description
HandlInst (21).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandlInst
impl RefUnwindSafe for HandlInst
impl Send for HandlInst
impl Sync for HandlInst
impl Unpin for HandlInst
impl UnsafeUnpin for HandlInst
impl UnwindSafe for HandlInst
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