pub struct DinfBox { /* private fields */ }
Implementations§
Trait Implementations§
source§impl PartialEq for DinfBox
impl PartialEq for DinfBox
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 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