pub struct CSISnapshotCreateResponse {
pub snapshots: Vec<CSISnapshot>,
}
Expand description
This struct was generated based on the Go types of the official Nomad API.
Fields§
§snapshots: Vec<CSISnapshot>
Trait Implementations§
Source§impl Clone for CSISnapshotCreateResponse
impl Clone for CSISnapshotCreateResponse
Source§fn clone(&self) -> CSISnapshotCreateResponse
fn clone(&self) -> CSISnapshotCreateResponse
Returns a copy 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 CSISnapshotCreateResponse
impl Debug for CSISnapshotCreateResponse
Source§impl Default for CSISnapshotCreateResponse
impl Default for CSISnapshotCreateResponse
Source§fn default() -> CSISnapshotCreateResponse
fn default() -> CSISnapshotCreateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CSISnapshotCreateResponse
impl<'de> Deserialize<'de> for CSISnapshotCreateResponse
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
impl StructuralPartialEq for CSISnapshotCreateResponse
Auto Trait Implementations§
impl Freeze for CSISnapshotCreateResponse
impl RefUnwindSafe for CSISnapshotCreateResponse
impl Send for CSISnapshotCreateResponse
impl Sync for CSISnapshotCreateResponse
impl Unpin for CSISnapshotCreateResponse
impl UnwindSafe for CSISnapshotCreateResponse
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