#[repr(u8)]
pub enum NamedObjectStorageCategory {
Storage,
Cache,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NamedObjectStorageCategory
impl Clone for NamedObjectStorageCategory
source§fn clone(&self) -> NamedObjectStorageCategory
fn clone(&self) -> NamedObjectStorageCategory
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 NamedObjectStorageCategory
impl Debug for NamedObjectStorageCategory
source§impl Default for NamedObjectStorageCategory
impl Default for NamedObjectStorageCategory
source§impl PartialEq<NamedObjectStorageCategory> for NamedObjectStorageCategory
impl PartialEq<NamedObjectStorageCategory> for NamedObjectStorageCategory
source§fn eq(&self, other: &NamedObjectStorageCategory) -> bool
fn eq(&self, other: &NamedObjectStorageCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.