pub struct MapBind(/* private fields */);Trait Implementations§
Source§impl TerminalHandle for MapBind
impl TerminalHandle for MapBind
impl Copy for MapBind
impl Eq for MapBind
impl StructuralPartialEq for MapBind
Auto Trait Implementations§
impl Freeze for MapBind
impl RefUnwindSafe for MapBind
impl Send for MapBind
impl Sync for MapBind
impl Unpin for MapBind
impl UnwindSafe for MapBind
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