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