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