pub struct Instance(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Ord for Instance
impl Ord for Instance
source§impl PartialEq for Instance
impl PartialEq for Instance
source§impl PartialOrd for Instance
impl PartialOrd for Instance
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Instance
impl Eq for Instance
impl Send for Instance
impl StructuralEq for Instance
impl StructuralPartialEq for Instance
impl Sync for Instance
Auto Trait Implementations§
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