pub struct __DADissenter(/* private fields */);Auto Trait Implementations§
impl Freeze for __DADissenter
impl RefUnwindSafe for __DADissenter
impl Send for __DADissenter
impl Sync for __DADissenter
impl Unpin for __DADissenter
impl UnwindSafe for __DADissenter
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