pub struct DeferrableConstraint {
pub deferrable: bool,
pub initially_deferred: bool,
}Expand description
Deferrable constraint options.
Fields§
§deferrable: bool§initially_deferred: boolTrait Implementations§
Source§impl Clone for DeferrableConstraint
impl Clone for DeferrableConstraint
Source§fn clone(&self) -> DeferrableConstraint
fn clone(&self) -> DeferrableConstraint
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 DeferrableConstraint
impl Debug for DeferrableConstraint
Source§impl PartialEq for DeferrableConstraint
impl PartialEq for DeferrableConstraint
impl Copy for DeferrableConstraint
impl Eq for DeferrableConstraint
impl StructuralPartialEq for DeferrableConstraint
Auto Trait Implementations§
impl Freeze for DeferrableConstraint
impl RefUnwindSafe for DeferrableConstraint
impl Send for DeferrableConstraint
impl Sync for DeferrableConstraint
impl Unpin for DeferrableConstraint
impl UnsafeUnpin for DeferrableConstraint
impl UnwindSafe for DeferrableConstraint
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