pub struct MarkerML(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for MarkerML
impl Ord for MarkerML
Source§impl PartialOrd for MarkerML
impl PartialOrd for MarkerML
impl Copy for MarkerML
impl Eq 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 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