pub enum DefaultStoragePath {
ExePath,
TempPath,
}
Variants§
Trait Implementations§
Source§impl Clone for DefaultStoragePath
impl Clone for DefaultStoragePath
Source§fn clone(&self) -> DefaultStoragePath
fn clone(&self) -> DefaultStoragePath
Returns a copy 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 DefaultStoragePath
impl Debug for DefaultStoragePath
Source§impl Ord for DefaultStoragePath
impl Ord for DefaultStoragePath
Source§fn cmp(&self, other: &DefaultStoragePath) -> Ordering
fn cmp(&self, other: &DefaultStoragePath) -> 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 DefaultStoragePath
impl PartialEq for DefaultStoragePath
Source§impl PartialOrd for DefaultStoragePath
impl PartialOrd for DefaultStoragePath
impl Copy for DefaultStoragePath
impl Eq for DefaultStoragePath
impl StructuralPartialEq for DefaultStoragePath
Auto Trait Implementations§
impl Freeze for DefaultStoragePath
impl RefUnwindSafe for DefaultStoragePath
impl Send for DefaultStoragePath
impl Sync for DefaultStoragePath
impl Unpin for DefaultStoragePath
impl UnwindSafe for DefaultStoragePath
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