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