Struct cyfs_lib::GlobalStatePathAccessItem
source · pub struct GlobalStatePathAccessItem {
pub path: String,
pub access: GlobalStatePathGroupAccess,
}
Fields§
§path: String
§access: GlobalStatePathGroupAccess
Implementations§
Trait Implementations§
source§impl Clone for GlobalStatePathAccessItem
impl Clone for GlobalStatePathAccessItem
source§fn clone(&self) -> GlobalStatePathAccessItem
fn clone(&self) -> GlobalStatePathAccessItem
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 GlobalStatePathAccessItem
impl Debug for GlobalStatePathAccessItem
source§impl<'de> Deserialize<'de> for GlobalStatePathAccessItem
impl<'de> Deserialize<'de> for GlobalStatePathAccessItem
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 Display for GlobalStatePathAccessItem
impl Display for GlobalStatePathAccessItem
source§impl Ord for GlobalStatePathAccessItem
impl Ord for GlobalStatePathAccessItem
source§impl PartialEq<GlobalStatePathAccessItem> for GlobalStatePathAccessItem
impl PartialEq<GlobalStatePathAccessItem> for GlobalStatePathAccessItem
source§fn eq(&self, other: &GlobalStatePathAccessItem) -> bool
fn eq(&self, other: &GlobalStatePathAccessItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GlobalStatePathAccessItem> for GlobalStatePathAccessItem
impl PartialOrd<GlobalStatePathAccessItem> for GlobalStatePathAccessItem
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more