pub struct DeclaredRelation { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DeclaredRelation
impl Clone for DeclaredRelation
Source§fn clone(&self) -> DeclaredRelation
fn clone(&self) -> DeclaredRelation
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 DeclaredRelation
impl Debug for DeclaredRelation
impl Eq for DeclaredRelation
Source§impl Hash for DeclaredRelation
impl Hash for DeclaredRelation
Source§impl Ord for DeclaredRelation
impl Ord for DeclaredRelation
Source§fn cmp(&self, other: &DeclaredRelation) -> Ordering
fn cmp(&self, other: &DeclaredRelation) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeclaredRelation
impl PartialEq for DeclaredRelation
Source§impl PartialOrd for DeclaredRelation
impl PartialOrd for DeclaredRelation
impl StructuralPartialEq for DeclaredRelation
Auto Trait Implementations§
impl Freeze for DeclaredRelation
impl RefUnwindSafe for DeclaredRelation
impl Send for DeclaredRelation
impl Sync for DeclaredRelation
impl Unpin for DeclaredRelation
impl UnsafeUnpin for DeclaredRelation
impl UnwindSafe for DeclaredRelation
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> Comparable<K> for Q
impl<Q, K> Comparable<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.