pub enum RelationQuantifier {
ToOne,
Some,
Every,
None,
}Variants§
Trait Implementations§
Source§impl Clone for RelationQuantifier
impl Clone for RelationQuantifier
Source§fn clone(&self) -> RelationQuantifier
fn clone(&self) -> RelationQuantifier
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 moreSource§impl Debug for RelationQuantifier
impl Debug for RelationQuantifier
Source§impl PartialEq for RelationQuantifier
impl PartialEq for RelationQuantifier
Source§fn eq(&self, other: &RelationQuantifier) -> bool
fn eq(&self, other: &RelationQuantifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RelationQuantifier
impl Eq for RelationQuantifier
impl StructuralPartialEq for RelationQuantifier
Auto Trait Implementations§
impl Freeze for RelationQuantifier
impl RefUnwindSafe for RelationQuantifier
impl Send for RelationQuantifier
impl Sync for RelationQuantifier
impl Unpin for RelationQuantifier
impl UnsafeUnpin for RelationQuantifier
impl UnwindSafe for RelationQuantifier
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