pub struct Relation<S>where
S: Supervisor,{
pub id: ActivityId,
pub group: <S as Supervisor>::GroupBy,
}Fields§
§id: ActivityId§group: <S as Supervisor>::GroupByTrait Implementations§
Source§impl<S> Clone for Relation<S>where
S: Supervisor,
impl<S> Clone for Relation<S>where
S: Supervisor,
Source§impl<S> Hash for Relation<S>where
S: Supervisor,
impl<S> Hash for Relation<S>where
S: Supervisor,
Source§impl<S> Ord for Relation<S>where
S: Supervisor,
impl<S> Ord for Relation<S>where
S: Supervisor,
1.21.0 · 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<S> PartialEq for Relation<S>where
S: Supervisor,
impl<S> PartialEq for Relation<S>where
S: Supervisor,
Source§impl<S> PartialOrd for Relation<S>where
S: Supervisor,
impl<S> PartialOrd for Relation<S>where
S: Supervisor,
impl<S> Eq for Relation<S>where
S: Supervisor,
Auto Trait Implementations§
impl<S> Freeze for Relation<S>
impl<S> RefUnwindSafe for Relation<S>
impl<S> Send for Relation<S>
impl<S> Sync for Relation<S>
impl<S> Unpin for Relation<S>
impl<S> UnwindSafe for Relation<S>
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