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