#[repr(u64)]pub enum Domain {
AppDataContainer = 1,
AppGroupDataContainer = 2,
Temporary = 3,
RootStaging = 4,
SystemCrashLogs = 5,
}Expand description
Fileservice domain identifiers used by CoreDevice.
Some domains require an app bundle identifier or app group identifier when creating the session. Temporary and root staging domains use an empty identifier.
Variants§
AppDataContainer = 1
Per-application data container.
AppGroupDataContainer = 2
App group data container.
Temporary = 3
Device temporary fileservice domain.
RootStaging = 4
Root staging domain used by reference tools for upload staging.
SystemCrashLogs = 5
System crash log domain.
Trait Implementations§
impl Copy for Domain
impl Eq for Domain
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnsafeUnpin for Domain
impl UnwindSafe for Domain
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.