pub enum StoreMemoryRole {
Data,
Index,
Schema,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StoreMemoryRole
impl Clone for StoreMemoryRole
Source§fn clone(&self) -> StoreMemoryRole
fn clone(&self) -> StoreMemoryRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoreMemoryRole
impl Debug for StoreMemoryRole
Source§impl PartialEq for StoreMemoryRole
impl PartialEq for StoreMemoryRole
Source§fn eq(&self, other: &StoreMemoryRole) -> bool
fn eq(&self, other: &StoreMemoryRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StoreMemoryRole
impl Eq for StoreMemoryRole
impl StructuralPartialEq for StoreMemoryRole
Auto Trait Implementations§
impl Freeze for StoreMemoryRole
impl RefUnwindSafe for StoreMemoryRole
impl Send for StoreMemoryRole
impl Sync for StoreMemoryRole
impl Unpin for StoreMemoryRole
impl UnsafeUnpin for StoreMemoryRole
impl UnwindSafe for StoreMemoryRole
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more