Struct cyfs_lib::GlobalStatePathSpecifiedGroup
source · pub struct GlobalStatePathSpecifiedGroup {
pub zone: Option<ObjectId>,
pub zone_category: Option<DeviceZoneCategory>,
pub dec: Option<ObjectId>,
pub access: u8,
}
Fields§
§zone: Option<ObjectId>
§zone_category: Option<DeviceZoneCategory>
§dec: Option<ObjectId>
§access: u8
Implementations§
Trait Implementations§
source§impl Clone for GlobalStatePathSpecifiedGroup
impl Clone for GlobalStatePathSpecifiedGroup
source§fn clone(&self) -> GlobalStatePathSpecifiedGroup
fn clone(&self) -> GlobalStatePathSpecifiedGroup
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<'de> Deserialize<'de> for GlobalStatePathSpecifiedGroup
impl<'de> Deserialize<'de> for GlobalStatePathSpecifiedGroup
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<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
impl PartialEq<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
source§fn eq(&self, other: &GlobalStatePathSpecifiedGroup) -> bool
fn eq(&self, other: &GlobalStatePathSpecifiedGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
impl PartialOrd<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
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