pub enum HelpSection {
Drawing,
Selection,
Clipboard,
Transform,
}Variants§
Trait Implementations§
Source§impl Clone for HelpSection
impl Clone for HelpSection
Source§fn clone(&self) -> HelpSection
fn clone(&self) -> HelpSection
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 HelpSection
impl Debug for HelpSection
Source§impl Hash for HelpSection
impl Hash for HelpSection
Source§impl Ord for HelpSection
impl Ord for HelpSection
Source§fn cmp(&self, other: &HelpSection) -> Ordering
fn cmp(&self, other: &HelpSection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HelpSection
impl PartialEq for HelpSection
Source§impl PartialOrd for HelpSection
impl PartialOrd for HelpSection
impl Copy for HelpSection
impl Eq for HelpSection
impl StructuralPartialEq for HelpSection
Auto Trait Implementations§
impl Freeze for HelpSection
impl RefUnwindSafe for HelpSection
impl Send for HelpSection
impl Sync for HelpSection
impl Unpin for HelpSection
impl UnsafeUnpin for HelpSection
impl UnwindSafe for HelpSection
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