pub struct AttributeConstraint {
pub cardinality: Cardinality,
pub reverse: bool,
pub name: Box<Expr>,
pub comparison: Comparison,
pub value: AttributeValue,
}Fields§
§cardinality: Cardinality§reverse: bool§name: Box<Expr>§comparison: Comparison§value: AttributeValueTrait Implementations§
Source§impl Clone for AttributeConstraint
impl Clone for AttributeConstraint
Source§impl Debug for AttributeConstraint
impl Debug for AttributeConstraint
impl Eq for AttributeConstraint
Source§impl PartialEq for AttributeConstraint
impl PartialEq for AttributeConstraint
impl StructuralPartialEq for AttributeConstraint
Auto Trait Implementations§
impl Freeze for AttributeConstraint
impl RefUnwindSafe for AttributeConstraint
impl Send for AttributeConstraint
impl Sync for AttributeConstraint
impl Unpin for AttributeConstraint
impl UnsafeUnpin for AttributeConstraint
impl UnwindSafe for AttributeConstraint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.