pub enum MacosFileProviderItemKind {
File,
Directory,
}Expand description
Portable item kind mapped by Swift to NSFileProviderItemCapabilities and content type.
Variants§
Trait Implementations§
Source§impl Clone for MacosFileProviderItemKind
impl Clone for MacosFileProviderItemKind
Source§fn clone(&self) -> MacosFileProviderItemKind
fn clone(&self) -> MacosFileProviderItemKind
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 MacosFileProviderItemKind
impl Debug for MacosFileProviderItemKind
impl Copy for MacosFileProviderItemKind
impl Eq for MacosFileProviderItemKind
impl StructuralPartialEq for MacosFileProviderItemKind
Auto Trait Implementations§
impl Freeze for MacosFileProviderItemKind
impl RefUnwindSafe for MacosFileProviderItemKind
impl Send for MacosFileProviderItemKind
impl Sync for MacosFileProviderItemKind
impl Unpin for MacosFileProviderItemKind
impl UnwindSafe for MacosFileProviderItemKind
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