pub struct RootFilesystemSnapshotResponse {
pub entries: Vec<RootFilesystemEntry>,
}Fields§
§entries: Vec<RootFilesystemEntry>Trait Implementations§
Source§impl Clone for RootFilesystemSnapshotResponse
impl Clone for RootFilesystemSnapshotResponse
Source§fn clone(&self) -> RootFilesystemSnapshotResponse
fn clone(&self) -> RootFilesystemSnapshotResponse
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<'de> Deserialize<'de> for RootFilesystemSnapshotResponse
impl<'de> Deserialize<'de> for RootFilesystemSnapshotResponse
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 Eq for RootFilesystemSnapshotResponse
Source§impl PartialEq for RootFilesystemSnapshotResponse
impl PartialEq for RootFilesystemSnapshotResponse
Source§fn eq(&self, other: &RootFilesystemSnapshotResponse) -> bool
fn eq(&self, other: &RootFilesystemSnapshotResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootFilesystemSnapshotResponse
Auto Trait Implementations§
impl Freeze for RootFilesystemSnapshotResponse
impl RefUnwindSafe for RootFilesystemSnapshotResponse
impl Send for RootFilesystemSnapshotResponse
impl Sync for RootFilesystemSnapshotResponse
impl Unpin for RootFilesystemSnapshotResponse
impl UnsafeUnpin for RootFilesystemSnapshotResponse
impl UnwindSafe for RootFilesystemSnapshotResponse
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