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