Enum fs_management::ComponentType
source · pub enum ComponentType {
StaticChild,
DynamicChild {
collection_name: String,
},
}
Variants§
StaticChild
Launch the filesystem as a static child, using the configured name in the Mode as the child name. If the child doesn’t exist, this will fail.
DynamicChild
Launch the filesystem as a dynamic child, in the configured collection. By default, the collection is “fs-collection”.
Trait Implementations§
source§impl Clone for ComponentType
impl Clone for ComponentType
source§fn clone(&self) -> ComponentType
fn clone(&self) -> ComponentType
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 more