pub struct DsR { /* private fields */ }
Expand description
Value of the field DS
Implementations§
Auto Trait Implementations§
impl Freeze for DsR
impl RefUnwindSafe for DsR
impl Send for DsR
impl Sync for DsR
impl Unpin for DsR
impl UnwindSafe for DsR
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