Enum cyfs_base::ObjectCategory
source · pub enum ObjectCategory {
Standard,
Core,
DecApp,
Data,
}
Variants§
Trait Implementations§
source§impl Clone for ObjectCategory
impl Clone for ObjectCategory
source§fn clone(&self) -> ObjectCategory
fn clone(&self) -> ObjectCategory
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 ObjectCategory
impl Debug for ObjectCategory
source§impl FromStr for ObjectCategory
impl FromStr for ObjectCategory
source§impl PartialEq<ObjectCategory> for ObjectCategory
impl PartialEq<ObjectCategory> for ObjectCategory
source§fn eq(&self, other: &ObjectCategory) -> bool
fn eq(&self, other: &ObjectCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.