pub struct QueuedCheckpointWork {
pub messages: Vec<PluginMessage>,
pub transient_messages: Vec<PluginMessage>,
pub turn_causes: Vec<TurnCause>,
}Fields§
§messages: Vec<PluginMessage>§transient_messages: Vec<PluginMessage>§turn_causes: Vec<TurnCause>Trait Implementations§
Source§impl Clone for QueuedCheckpointWork
impl Clone for QueuedCheckpointWork
Source§fn clone(&self) -> QueuedCheckpointWork
fn clone(&self) -> QueuedCheckpointWork
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 QueuedCheckpointWork
impl Debug for QueuedCheckpointWork
Source§impl Default for QueuedCheckpointWork
impl Default for QueuedCheckpointWork
Source§fn default() -> QueuedCheckpointWork
fn default() -> QueuedCheckpointWork
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueuedCheckpointWork
impl RefUnwindSafe for QueuedCheckpointWork
impl Send for QueuedCheckpointWork
impl Sync for QueuedCheckpointWork
impl Unpin for QueuedCheckpointWork
impl UnsafeUnpin for QueuedCheckpointWork
impl UnwindSafe for QueuedCheckpointWork
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