pub struct CoordinatedRuntimeState {
pub state: JobState,
pub revision: u64,
}Fields§
§state: JobState§revision: u64Trait Implementations§
Source§impl Clone for CoordinatedRuntimeState
impl Clone for CoordinatedRuntimeState
Source§fn clone(&self) -> CoordinatedRuntimeState
fn clone(&self) -> CoordinatedRuntimeState
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 CoordinatedRuntimeState
impl Debug for CoordinatedRuntimeState
Source§impl PartialEq for CoordinatedRuntimeState
impl PartialEq for CoordinatedRuntimeState
Source§fn eq(&self, other: &CoordinatedRuntimeState) -> bool
fn eq(&self, other: &CoordinatedRuntimeState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CoordinatedRuntimeState
impl StructuralPartialEq for CoordinatedRuntimeState
Auto Trait Implementations§
impl Freeze for CoordinatedRuntimeState
impl RefUnwindSafe for CoordinatedRuntimeState
impl Send for CoordinatedRuntimeState
impl Sync for CoordinatedRuntimeState
impl Unpin for CoordinatedRuntimeState
impl UnsafeUnpin for CoordinatedRuntimeState
impl UnwindSafe for CoordinatedRuntimeState
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