pub struct KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> { /* private fields */ }Expand description
One duplicate-free relation promoted from foreign-free keyed-roster rows.
Implementations§
Source§impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Sourcepub const fn rows(
&self,
) -> &KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
pub const fn rows( &self, ) -> &KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
The foreign-free authored rows whose endpoint pairs this relation proves distinct.
Sourcepub fn into_rows(
self,
) -> KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
pub fn into_rows( self, ) -> KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Recover the foreign-free row value where a later caller posture permits repetition.
Trait Implementations§
Source§impl<'rosters, Left: Clone, LeftKey: Clone, Right: Clone, RightKey: Clone, Payload: Clone, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Clone for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: Clone, LeftKey: Clone, Right: Clone, RightKey: Clone, Payload: Clone, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Clone for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Source§fn clone(
&self,
) -> KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
fn clone( &self, ) -> KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
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<'rosters, Left: Debug, LeftKey: Debug, Right: Debug, RightKey: Debug, Payload: Debug, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Debug for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: Debug, LeftKey: Debug, Right: Debug, RightKey: Debug, Payload: Debug, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Debug for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: Eq, LeftKey: Eq, Right: Eq, RightKey: Eq, Payload: Eq, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Eq for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Source§impl<'rosters, Left: Hash, LeftKey: Hash, Right: Hash, RightKey: Hash, Payload: Hash, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Hash for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: Hash, LeftKey: Hash, Right: Hash, RightKey: Hash, Payload: Hash, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Hash for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Source§impl<'rosters, Left: PartialEq, LeftKey: PartialEq, Right: PartialEq, RightKey: PartialEq, Payload: PartialEq, const LEFT: usize, const RIGHT: usize, const ROWS: usize> PartialEq for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: PartialEq, LeftKey: PartialEq, Right: PartialEq, RightKey: PartialEq, Payload: PartialEq, const LEFT: usize, const RIGHT: usize, const ROWS: usize> PartialEq for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
impl<'rosters, Left: PartialEq, LeftKey: PartialEq, Right: PartialEq, RightKey: PartialEq, Payload: PartialEq, const LEFT: usize, const RIGHT: usize, const ROWS: usize> StructuralPartialEq for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>
Auto Trait Implementations§
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Freeze for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: Freeze,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> RefUnwindSafe for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: RefUnwindSafe,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Send for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: Send,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Sync for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: Sync,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> Unpin for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: Unpin,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> UnsafeUnpin for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: UnsafeUnpin,
impl<'rosters, Left, LeftKey, Right, RightKey, Payload, const LEFT: usize, const RIGHT: usize, const ROWS: usize> UnwindSafe for KeyedRosterRelation<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>where
KeyedRosterRows<'rosters, Left, LeftKey, Right, RightKey, Payload, LEFT, RIGHT, ROWS>: UnwindSafe,
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