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