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