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