pub struct DinfBox { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for DinfBox
impl StructuralPartialEq for DinfBox
Auto Trait Implementations§
impl Freeze for DinfBox
impl RefUnwindSafe for DinfBox
impl Send for DinfBox
impl Sync for DinfBox
impl Unpin for DinfBox
impl UnsafeUnpin for DinfBox
impl UnwindSafe for DinfBox
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