Struct cyfs_lib::GlobalStatePathConfigItem
source · pub struct GlobalStatePathConfigItem {
pub path: String,
pub storage_state: Option<GlobalStatePathStorageState>,
pub depth: Option<u8>,
}
Fields§
§path: String
§storage_state: Option<GlobalStatePathStorageState>
§depth: Option<u8>
Implementations§
source§impl GlobalStatePathConfigItem
impl GlobalStatePathConfigItem
pub fn try_fix_path(&mut self)
Trait Implementations§
source§impl Clone for GlobalStatePathConfigItem
impl Clone for GlobalStatePathConfigItem
source§fn clone(&self) -> GlobalStatePathConfigItem
fn clone(&self) -> GlobalStatePathConfigItem
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 Debug for GlobalStatePathConfigItem
impl Debug for GlobalStatePathConfigItem
source§impl<'de> Deserialize<'de> for GlobalStatePathConfigItem
impl<'de> Deserialize<'de> for GlobalStatePathConfigItem
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
source§impl PartialEq<GlobalStatePathConfigItem> for GlobalStatePathConfigItem
impl PartialEq<GlobalStatePathConfigItem> for GlobalStatePathConfigItem
source§fn eq(&self, other: &GlobalStatePathConfigItem) -> bool
fn eq(&self, other: &GlobalStatePathConfigItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.