pub struct AuthoritativeStep<StepT> {
pub authoritative_participants: HashMap<ParticipantId, StepT>,
}
Fields§
Trait Implementations§
Source§impl<StepT: Clone> Clone for AuthoritativeStep<StepT>
impl<StepT: Clone> Clone for AuthoritativeStep<StepT>
Source§fn clone(&self) -> AuthoritativeStep<StepT>
fn clone(&self) -> AuthoritativeStep<StepT>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<StepT: Debug> Debug for AuthoritativeStep<StepT>
impl<StepT: Debug> Debug for AuthoritativeStep<StepT>
Source§impl<StepT: PartialEq> PartialEq for AuthoritativeStep<StepT>
impl<StepT: PartialEq> PartialEq for AuthoritativeStep<StepT>
impl<StepT: Eq> Eq for AuthoritativeStep<StepT>
impl<StepT> StructuralPartialEq for AuthoritativeStep<StepT>
Auto Trait Implementations§
impl<StepT> Freeze for AuthoritativeStep<StepT>
impl<StepT> RefUnwindSafe for AuthoritativeStep<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for AuthoritativeStep<StepT>where
StepT: Send,
impl<StepT> Sync for AuthoritativeStep<StepT>where
StepT: Sync,
impl<StepT> Unpin for AuthoritativeStep<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for AuthoritativeStep<StepT>where
StepT: 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