pub enum MutatorLayer {
Implementational,
Operational,
Environmental,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for MutatorLayer
impl Clone for MutatorLayer
source§fn clone(&self) -> MutatorLayer
fn clone(&self) -> MutatorLayer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MutatorLayer
impl Debug for MutatorLayer
source§impl PartialEq for MutatorLayer
impl PartialEq for MutatorLayer
source§fn eq(&self, other: &MutatorLayer) -> bool
fn eq(&self, other: &MutatorLayer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MutatorLayer
impl Eq for MutatorLayer
impl StructuralEq for MutatorLayer
impl StructuralPartialEq for MutatorLayer
Auto Trait Implementations§
impl RefUnwindSafe for MutatorLayer
impl Send for MutatorLayer
impl Sync for MutatorLayer
impl Unpin for MutatorLayer
impl UnwindSafe for MutatorLayer
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