Enum rusty_store::StoringType
source · pub enum StoringType {
Cache,
Data,
Config,
}Variants§
Trait Implementations§
source§impl Debug for StoringType
impl Debug for StoringType
source§impl Default for StoringType
impl Default for StoringType
source§fn default() -> StoringType
fn default() -> StoringType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StoringType
impl RefUnwindSafe for StoringType
impl Send for StoringType
impl Sync for StoringType
impl Unpin for StoringType
impl UnwindSafe for StoringType
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