#[repr(C)]pub struct DzlEntryBox { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlEntryBox
impl RefUnwindSafe for DzlEntryBox
impl !Send for DzlEntryBox
impl !Sync for DzlEntryBox
impl !Unpin for DzlEntryBox
impl UnwindSafe for DzlEntryBox
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