pub struct VUR {
pub upd_nam: Cn,
}
Fields§
§upd_nam: Cn
Implementations§
Trait Implementations§
impl Eq for VUR
impl StructuralPartialEq for VUR
Auto Trait Implementations§
impl Freeze for VUR
impl RefUnwindSafe for VUR
impl Send for VUR
impl Sync for VUR
impl Unpin for VUR
impl UnwindSafe for VUR
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