Struct modality_mutation_plane::types::MutatorId
source · pub struct MutatorId(/* private fields */);Implementations§
Trait Implementations§
source§impl Ord for MutatorId
impl Ord for MutatorId
source§impl PartialEq for MutatorId
impl PartialEq for MutatorId
source§impl PartialOrd for MutatorId
impl PartialOrd for MutatorId
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 MutatorId
impl Eq for MutatorId
impl StructuralEq for MutatorId
impl StructuralPartialEq for MutatorId
Auto Trait Implementations§
impl RefUnwindSafe for MutatorId
impl Send for MutatorId
impl Sync for MutatorId
impl Unpin for MutatorId
impl UnwindSafe for MutatorId
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