pub enum DropConstraintOutcome {
Dropped(ConstraintDefinition),
NoOpMissing,
}Variants§
Dropped(ConstraintDefinition)
NoOpMissing
Trait Implementations§
Source§impl Clone for DropConstraintOutcome
impl Clone for DropConstraintOutcome
Source§fn clone(&self) -> DropConstraintOutcome
fn clone(&self) -> DropConstraintOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DropConstraintOutcome
impl RefUnwindSafe for DropConstraintOutcome
impl Send for DropConstraintOutcome
impl Sync for DropConstraintOutcome
impl Unpin for DropConstraintOutcome
impl UnsafeUnpin for DropConstraintOutcome
impl UnwindSafe for DropConstraintOutcome
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