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