pub struct BlockadeStatus {
pub participant: u64,
pub reservation: u64,
pub any_ready: bool,
pub last_ready: u64,
pub last_reached: u64,
pub assignment_begin: u64,
pub assignment_end: u64,
}Fields§
§participant: u64§reservation: u64§any_ready: bool§last_ready: u64§last_reached: u64§assignment_begin: u64§assignment_end: u64Trait Implementations§
Source§impl Clone for BlockadeStatus
impl Clone for BlockadeStatus
Source§fn clone(&self) -> BlockadeStatus
fn clone(&self) -> BlockadeStatus
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 Debug for BlockadeStatus
impl Debug for BlockadeStatus
Source§impl Default for BlockadeStatus
impl Default for BlockadeStatus
Source§impl<'de> Deserialize<'de> for BlockadeStatus
impl<'de> Deserialize<'de> for BlockadeStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BlockadeStatus
impl PartialEq for BlockadeStatus
Source§impl Serialize for BlockadeStatus
impl Serialize for BlockadeStatus
impl Message for BlockadeStatus
impl StructuralPartialEq for BlockadeStatus
Auto Trait Implementations§
impl Freeze for BlockadeStatus
impl RefUnwindSafe for BlockadeStatus
impl Send for BlockadeStatus
impl Sync for BlockadeStatus
impl Unpin for BlockadeStatus
impl UnwindSafe for BlockadeStatus
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