pub enum StateStorageType {
InMemory,
Custom,
}Expand description
Types of state storage backends
Variants§
Trait Implementations§
Source§impl Clone for StateStorageType
impl Clone for StateStorageType
Source§fn clone(&self) -> StateStorageType
fn clone(&self) -> StateStorageType
Returns a duplicate 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 StateStorageType
impl Debug for StateStorageType
Source§impl PartialEq for StateStorageType
impl PartialEq for StateStorageType
impl Eq for StateStorageType
impl StructuralPartialEq for StateStorageType
Auto Trait Implementations§
impl Freeze for StateStorageType
impl RefUnwindSafe for StateStorageType
impl Send for StateStorageType
impl Sync for StateStorageType
impl Unpin for StateStorageType
impl UnwindSafe for StateStorageType
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