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
sourceimpl Clone for GlobalStatePathSpecifiedGroup
impl Clone for GlobalStatePathSpecifiedGroup
sourcefn clone(&self) -> GlobalStatePathSpecifiedGroup
fn clone(&self) -> GlobalStatePathSpecifiedGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GlobalStatePathSpecifiedGroup
impl Debug for GlobalStatePathSpecifiedGroup
sourceimpl<'de> Deserialize<'de> for GlobalStatePathSpecifiedGroup
impl<'de> Deserialize<'de> for GlobalStatePathSpecifiedGroup
sourcefn 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
sourceimpl PartialEq<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
impl PartialEq<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
sourcefn eq(&self, other: &GlobalStatePathSpecifiedGroup) -> bool
fn eq(&self, other: &GlobalStatePathSpecifiedGroup) -> bool
sourceimpl PartialOrd<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
impl PartialOrd<GlobalStatePathSpecifiedGroup> for GlobalStatePathSpecifiedGroup
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Eq for GlobalStatePathSpecifiedGroup
impl StructuralEq for GlobalStatePathSpecifiedGroup
impl StructuralPartialEq for GlobalStatePathSpecifiedGroup
Auto Trait Implementations
impl RefUnwindSafe for GlobalStatePathSpecifiedGroup
impl Send for GlobalStatePathSpecifiedGroup
impl Sync for GlobalStatePathSpecifiedGroup
impl Unpin for GlobalStatePathSpecifiedGroup
impl UnwindSafe for GlobalStatePathSpecifiedGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more