#[non_exhaustive]pub struct ShuttingDownSourceVMStep { /* private fields */ }Expand description
ShuttingDownSourceVMStep contains specific step details.
Implementations§
Trait Implementations§
Source§impl Clone for ShuttingDownSourceVMStep
impl Clone for ShuttingDownSourceVMStep
Source§fn clone(&self) -> ShuttingDownSourceVMStep
fn clone(&self) -> ShuttingDownSourceVMStep
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 ShuttingDownSourceVMStep
impl Debug for ShuttingDownSourceVMStep
Source§impl Default for ShuttingDownSourceVMStep
impl Default for ShuttingDownSourceVMStep
Source§fn default() -> ShuttingDownSourceVMStep
fn default() -> ShuttingDownSourceVMStep
Returns the “default value” for a type. Read more
Source§impl Message for ShuttingDownSourceVMStep
impl Message for ShuttingDownSourceVMStep
Source§impl PartialEq for ShuttingDownSourceVMStep
impl PartialEq for ShuttingDownSourceVMStep
Source§fn eq(&self, other: &ShuttingDownSourceVMStep) -> bool
fn eq(&self, other: &ShuttingDownSourceVMStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShuttingDownSourceVMStep
Auto Trait Implementations§
impl Freeze for ShuttingDownSourceVMStep
impl RefUnwindSafe for ShuttingDownSourceVMStep
impl Send for ShuttingDownSourceVMStep
impl Sync for ShuttingDownSourceVMStep
impl Unpin for ShuttingDownSourceVMStep
impl UnsafeUnpin for ShuttingDownSourceVMStep
impl UnwindSafe for ShuttingDownSourceVMStep
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