Enum tauri_sys::fs::BaseDirectory
source · #[repr(u16)]pub enum BaseDirectory {
Show 25 variants
Audio = 1,
Cache = 2,
Config = 3,
Data = 4,
LocalData = 5,
Desktop = 6,
Document = 7,
Download = 8,
Executable = 9,
Font = 10,
Home = 11,
Picture = 12,
Public = 13,
Runtime = 14,
Template = 15,
Video = 16,
Resource = 17,
App = 18,
Log = 19,
Temp = 20,
AppConfig = 21,
AppData = 22,
AppLocalData = 23,
AppCache = 24,
AppLog = 25,
}
Variants§
Audio = 1
Cache = 2
Config = 3
Data = 4
LocalData = 5
Desktop = 6
Document = 7
Download = 8
Executable = 9
Font = 10
Home = 11
Picture = 12
Public = 13
Runtime = 14
Template = 15
Video = 16
Resource = 17
App = 18
Log = 19
Temp = 20
AppConfig = 21
AppData = 22
AppLocalData = 23
AppCache = 24
AppLog = 25
Trait Implementations§
source§impl Clone for BaseDirectory
impl Clone for BaseDirectory
source§fn clone(&self) -> BaseDirectory
fn clone(&self) -> BaseDirectory
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 BaseDirectory
impl Debug for BaseDirectory
source§impl PartialEq for BaseDirectory
impl PartialEq for BaseDirectory
source§fn eq(&self, other: &BaseDirectory) -> bool
fn eq(&self, other: &BaseDirectory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BaseDirectory
impl Serialize for BaseDirectory
impl Eq for BaseDirectory
impl StructuralPartialEq for BaseDirectory
Auto Trait Implementations§
impl Freeze for BaseDirectory
impl RefUnwindSafe for BaseDirectory
impl Send for BaseDirectory
impl Sync for BaseDirectory
impl Unpin for BaseDirectory
impl UnwindSafe for BaseDirectory
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)