Enum cyfs_base::ObjectCategory
source · [−]pub enum ObjectCategory {
Standard,
Core,
DecApp,
}
Variants
Standard
Core
DecApp
Trait Implementations
sourceimpl Clone for ObjectCategory
impl Clone for ObjectCategory
sourcefn clone(&self) -> ObjectCategory
fn clone(&self) -> ObjectCategory
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ObjectCategory
impl Debug for ObjectCategory
sourceimpl FromStr for ObjectCategory
impl FromStr for ObjectCategory
sourceimpl PartialEq<ObjectCategory> for ObjectCategory
impl PartialEq<ObjectCategory> for ObjectCategory
sourcefn eq(&self, other: &ObjectCategory) -> bool
fn eq(&self, other: &ObjectCategory) -> bool
sourceimpl ToString for ObjectCategory
impl ToString for ObjectCategory
impl Eq for ObjectCategory
impl StructuralEq for ObjectCategory
impl StructuralPartialEq for ObjectCategory
Auto Trait Implementations
impl RefUnwindSafe for ObjectCategory
impl Send for ObjectCategory
impl Sync for ObjectCategory
impl Unpin for ObjectCategory
impl UnwindSafe for ObjectCategory
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