pub enum MutationOutcome {
NotApplicable,
NotApplied,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for MutationOutcome
impl Clone for MutationOutcome
impl Copy for MutationOutcome
Source§impl Debug for MutationOutcome
impl Debug for MutationOutcome
impl Eq for MutationOutcome
Source§impl PartialEq for MutationOutcome
impl PartialEq for MutationOutcome
impl StructuralPartialEq for MutationOutcome
Auto Trait Implementations§
impl Freeze for MutationOutcome
impl RefUnwindSafe for MutationOutcome
impl Send for MutationOutcome
impl Sync for MutationOutcome
impl Unpin for MutationOutcome
impl UnsafeUnpin for MutationOutcome
impl UnwindSafe for MutationOutcome
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