pub struct VUR {
pub upd_nam: Cn,
}Fields
upd_nam: CnImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VUR
impl Send for VUR
impl Sync for VUR
impl Unpin for VUR
impl UnwindSafe for VUR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more