pub struct DropConstraint {
pub name: ConstraintNameSpec,
pub if_exists: bool,
pub span: Span,
}Fields§
§name: ConstraintNameSpec§if_exists: bool§span: SpanTrait Implementations§
Source§impl Clone for DropConstraint
impl Clone for DropConstraint
Source§fn clone(&self) -> DropConstraint
fn clone(&self) -> DropConstraint
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 DropConstraint
impl RefUnwindSafe for DropConstraint
impl Send for DropConstraint
impl Sync for DropConstraint
impl Unpin for DropConstraint
impl UnsafeUnpin for DropConstraint
impl UnwindSafe for DropConstraint
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