pub enum MacosFileProviderSystemContainer {
Root,
WorkingSet,
Trash,
}Expand description
File Provider system container that does not represent a product item.
Variants§
Root
Root container for the active domain.
WorkingSet
Working-set pseudo-container maintained by the extension/system contract.
Trash
Trash pseudo-container.
Trait Implementations§
Source§impl Clone for MacosFileProviderSystemContainer
impl Clone for MacosFileProviderSystemContainer
Source§fn clone(&self) -> MacosFileProviderSystemContainer
fn clone(&self) -> MacosFileProviderSystemContainer
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 PartialEq for MacosFileProviderSystemContainer
impl PartialEq for MacosFileProviderSystemContainer
Source§fn eq(&self, other: &MacosFileProviderSystemContainer) -> bool
fn eq(&self, other: &MacosFileProviderSystemContainer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MacosFileProviderSystemContainer
impl Eq for MacosFileProviderSystemContainer
impl StructuralPartialEq for MacosFileProviderSystemContainer
Auto Trait Implementations§
impl Freeze for MacosFileProviderSystemContainer
impl RefUnwindSafe for MacosFileProviderSystemContainer
impl Send for MacosFileProviderSystemContainer
impl Sync for MacosFileProviderSystemContainer
impl Unpin for MacosFileProviderSystemContainer
impl UnwindSafe for MacosFileProviderSystemContainer
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