pub enum PickedKind {
File,
Folder,
}Expand description
Whether a PickedEntry is a single file or a folder/tree.
Variants§
Trait Implementations§
Source§impl Clone for PickedKind
impl Clone for PickedKind
Source§fn clone(&self) -> PickedKind
fn clone(&self) -> PickedKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PickedKind
Source§impl Debug for PickedKind
impl Debug for PickedKind
impl Eq for PickedKind
Source§impl PartialEq for PickedKind
impl PartialEq for PickedKind
Source§fn eq(&self, other: &PickedKind) -> bool
fn eq(&self, other: &PickedKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PickedKind
Auto Trait Implementations§
impl Freeze for PickedKind
impl RefUnwindSafe for PickedKind
impl Send for PickedKind
impl Sync for PickedKind
impl Unpin for PickedKind
impl UnsafeUnpin for PickedKind
impl UnwindSafe for PickedKind
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