pub enum NodeIcon {
Folder,
File,
Package,
}Expand description
Procedurally-drawn icon discriminant.
Variants§
Trait Implementations§
impl Copy for NodeIcon
impl Eq for NodeIcon
impl StructuralPartialEq for NodeIcon
Auto Trait Implementations§
impl Freeze for NodeIcon
impl RefUnwindSafe for NodeIcon
impl Send for NodeIcon
impl Sync for NodeIcon
impl Unpin for NodeIcon
impl UnsafeUnpin for NodeIcon
impl UnwindSafe for NodeIcon
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