pub enum ViewHelpContext {
DeleteConfirmation,
IpSelector,
}Expand description
View-specific help contexts
Variants§
Trait Implementations§
Source§impl Clone for ViewHelpContext
impl Clone for ViewHelpContext
Source§fn clone(&self) -> ViewHelpContext
fn clone(&self) -> ViewHelpContext
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 moreAuto Trait Implementations§
impl Freeze for ViewHelpContext
impl RefUnwindSafe for ViewHelpContext
impl Send for ViewHelpContext
impl Sync for ViewHelpContext
impl Unpin for ViewHelpContext
impl UnsafeUnpin for ViewHelpContext
impl UnwindSafe for ViewHelpContext
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