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