pub struct UtmMedium(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for UtmMedium
impl Ord for UtmMedium
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UtmMedium
impl PartialOrd for UtmMedium
impl Eq for UtmMedium
impl StructuralPartialEq for UtmMedium
Auto Trait Implementations§
impl Freeze for UtmMedium
impl RefUnwindSafe for UtmMedium
impl Send for UtmMedium
impl Sync for UtmMedium
impl Unpin for UtmMedium
impl UnsafeUnpin for UtmMedium
impl UnwindSafe for UtmMedium
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