pub enum TreeItemKind {
Folder,
File,
}Variants§
Trait Implementations§
Source§impl Clone for TreeItemKind
impl Clone for TreeItemKind
Source§fn clone(&self) -> TreeItemKind
fn clone(&self) -> TreeItemKind
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 moreSource§impl Debug for TreeItemKind
impl Debug for TreeItemKind
Source§impl PartialEq for TreeItemKind
impl PartialEq for TreeItemKind
Source§fn eq(&self, other: &TreeItemKind) -> bool
fn eq(&self, other: &TreeItemKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TreeItemKind
impl Eq for TreeItemKind
impl StructuralPartialEq for TreeItemKind
Auto Trait Implementations§
impl Freeze for TreeItemKind
impl RefUnwindSafe for TreeItemKind
impl Send for TreeItemKind
impl Sync for TreeItemKind
impl Unpin for TreeItemKind
impl UnsafeUnpin for TreeItemKind
impl UnwindSafe for TreeItemKind
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