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