pub enum ExplorerMode {
Open,
Save,
}
Variants§
Trait Implementations§
Source§impl Clone for ExplorerMode
impl Clone for ExplorerMode
Source§fn clone(&self) -> ExplorerMode
fn clone(&self) -> ExplorerMode
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 ExplorerMode
impl Debug for ExplorerMode
Source§impl PartialEq for ExplorerMode
impl PartialEq for ExplorerMode
impl Copy for ExplorerMode
impl StructuralPartialEq for ExplorerMode
Auto Trait Implementations§
impl Freeze for ExplorerMode
impl RefUnwindSafe for ExplorerMode
impl Send for ExplorerMode
impl Sync for ExplorerMode
impl Unpin for ExplorerMode
impl UnwindSafe for ExplorerMode
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