pub struct ActiveTurnSnapshot {
pub submission_id: SubmissionId,
}Fields§
§submission_id: SubmissionIdTrait Implementations§
Source§impl Clone for ActiveTurnSnapshot
impl Clone for ActiveTurnSnapshot
Source§fn clone(&self) -> ActiveTurnSnapshot
fn clone(&self) -> ActiveTurnSnapshot
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 ActiveTurnSnapshot
impl Debug for ActiveTurnSnapshot
impl Eq for ActiveTurnSnapshot
Source§impl PartialEq for ActiveTurnSnapshot
impl PartialEq for ActiveTurnSnapshot
impl StructuralPartialEq for ActiveTurnSnapshot
Auto Trait Implementations§
impl Freeze for ActiveTurnSnapshot
impl RefUnwindSafe for ActiveTurnSnapshot
impl Send for ActiveTurnSnapshot
impl Sync for ActiveTurnSnapshot
impl Unpin for ActiveTurnSnapshot
impl UnsafeUnpin for ActiveTurnSnapshot
impl UnwindSafe for ActiveTurnSnapshot
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> Equivalent<K> for Q
impl<Q, K> Equivalent<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.