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 duplicate 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
impl Copy for MutatorLayer
impl Eq for MutatorLayer
impl StructuralPartialEq for MutatorLayer
Auto Trait Implementations§
impl Freeze for MutatorLayer
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