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