pub enum StorageTarget {
Local,
Session,
}Variants§
Trait Implementations§
Source§impl Clone for StorageTarget
impl Clone for StorageTarget
Source§fn clone(&self) -> StorageTarget
fn clone(&self) -> StorageTarget
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 StorageTarget
impl Debug for StorageTarget
Source§impl Hash for StorageTarget
impl Hash for StorageTarget
Source§impl Ord for StorageTarget
impl Ord for StorageTarget
Source§fn cmp(&self, other: &StorageTarget) -> Ordering
fn cmp(&self, other: &StorageTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StorageTarget
impl PartialEq for StorageTarget
Source§impl PartialOrd for StorageTarget
impl PartialOrd for StorageTarget
impl Copy for StorageTarget
impl Eq for StorageTarget
impl StructuralPartialEq for StorageTarget
Auto Trait Implementations§
impl Freeze for StorageTarget
impl RefUnwindSafe for StorageTarget
impl Send for StorageTarget
impl Sync for StorageTarget
impl Unpin for StorageTarget
impl UnsafeUnpin for StorageTarget
impl UnwindSafe for StorageTarget
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