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