#[repr(u8)]
pub enum NamedObjectStorageCategory {
Storage,
Cache,
}
Variants
Implementations
Trait Implementations
sourceimpl Clone for NamedObjectStorageCategory
impl Clone for NamedObjectStorageCategory
sourcefn clone(&self) -> NamedObjectStorageCategory
fn clone(&self) -> NamedObjectStorageCategory
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 NamedObjectStorageCategory
impl Debug for NamedObjectStorageCategory
sourceimpl Default for NamedObjectStorageCategory
impl Default for NamedObjectStorageCategory
sourceimpl PartialEq<NamedObjectStorageCategory> for NamedObjectStorageCategory
impl PartialEq<NamedObjectStorageCategory> for NamedObjectStorageCategory
sourcefn eq(&self, other: &NamedObjectStorageCategory) -> bool
fn eq(&self, other: &NamedObjectStorageCategory) -> bool
sourceimpl TryFrom<u8> for NamedObjectStorageCategory
impl TryFrom<u8> for NamedObjectStorageCategory
impl Copy for NamedObjectStorageCategory
impl Eq for NamedObjectStorageCategory
impl StructuralEq for NamedObjectStorageCategory
impl StructuralPartialEq for NamedObjectStorageCategory
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectStorageCategory
impl Send for NamedObjectStorageCategory
impl Sync for NamedObjectStorageCategory
impl Unpin for NamedObjectStorageCategory
impl UnwindSafe for NamedObjectStorageCategory
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