pub struct VolumeStatusAction {
pub code: Option<String>,
pub description: Option<String>,
pub event_id: Option<String>,
pub event_type: Option<String>,
}Expand description
Describes a volume status operation code.
Fields§
§code: Option<String>The code identifying the operation, for example, enable-volume-io.
description: Option<String>A description of the operation.
event_id: Option<String>The ID of the event associated with this operation.
event_type: Option<String>The event type associated with this operation.
Trait Implementations§
Source§impl Clone for VolumeStatusAction
impl Clone for VolumeStatusAction
Source§fn clone(&self) -> VolumeStatusAction
fn clone(&self) -> VolumeStatusAction
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 VolumeStatusAction
impl Debug for VolumeStatusAction
Source§impl Default for VolumeStatusAction
impl Default for VolumeStatusAction
Source§fn default() -> VolumeStatusAction
fn default() -> VolumeStatusAction
Returns the “default value” for a type. Read more
Source§impl PartialEq for VolumeStatusAction
impl PartialEq for VolumeStatusAction
impl StructuralPartialEq for VolumeStatusAction
Auto Trait Implementations§
impl Freeze for VolumeStatusAction
impl RefUnwindSafe for VolumeStatusAction
impl Send for VolumeStatusAction
impl Sync for VolumeStatusAction
impl Unpin for VolumeStatusAction
impl UnwindSafe for VolumeStatusAction
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