pub struct Ut(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Ut
impl Ord for Ut
Source§impl PartialOrd for Ut
impl PartialOrd for Ut
impl Copy for Ut
impl Eq for Ut
impl StructuralPartialEq for Ut
Auto Trait Implementations§
impl Freeze for Ut
impl RefUnwindSafe for Ut
impl Send for Ut
impl Sync for Ut
impl Unpin for Ut
impl UnwindSafe for Ut
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