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