pub struct HdlrBox {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HdlrBox
impl RefUnwindSafe for HdlrBox
impl Send for HdlrBox
impl Sync for HdlrBox
impl Unpin for HdlrBox
impl UnwindSafe for HdlrBox
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