Struct nydus::FsBackendCollection
source · pub struct FsBackendCollection(_);
Expand description
List of FsBackendDescriptor, providing filesystem metrics and statistics information.
Trait Implementations§
source§impl Clone for FsBackendCollection
impl Clone for FsBackendCollection
source§fn clone(&self) -> FsBackendCollection
fn clone(&self) -> FsBackendCollection
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 Default for FsBackendCollection
impl Default for FsBackendCollection
source§fn default() -> FsBackendCollection
fn default() -> FsBackendCollection
Returns the “default value” for a type. Read more
source§impl Serialize for FsBackendCollection
impl Serialize for FsBackendCollection
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more