pub enum CreateConstraintOutcome {
Created(ConstraintDefinition),
NoOpExists(ConstraintDefinition),
}Variants§
Created(ConstraintDefinition)
NoOpExists(ConstraintDefinition)
Trait Implementations§
Source§impl Clone for CreateConstraintOutcome
impl Clone for CreateConstraintOutcome
Source§fn clone(&self) -> CreateConstraintOutcome
fn clone(&self) -> CreateConstraintOutcome
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 CreateConstraintOutcome
impl RefUnwindSafe for CreateConstraintOutcome
impl Send for CreateConstraintOutcome
impl Sync for CreateConstraintOutcome
impl Unpin for CreateConstraintOutcome
impl UnsafeUnpin for CreateConstraintOutcome
impl UnwindSafe for CreateConstraintOutcome
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