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