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