pub enum ChromeContextMenuItemType {
Command,
Check,
Radio,
Separator,
ButtonItem,
Submenu,
ActionableSubmenu,
Highlighted,
Title,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeContextMenuItemType
impl Clone for ChromeContextMenuItemType
Source§fn clone(&self) -> ChromeContextMenuItemType
fn clone(&self) -> ChromeContextMenuItemType
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 ChromeContextMenuItemType
impl Debug for ChromeContextMenuItemType
Source§impl From<ChromeContextMenuItemType> for ContextMenuItemType
impl From<ChromeContextMenuItemType> for ContextMenuItemType
Source§fn from(value: ChromeContextMenuItemType) -> Self
fn from(value: ChromeContextMenuItemType) -> Self
Converts to this type from the input type.
impl Eq for ChromeContextMenuItemType
impl StructuralPartialEq for ChromeContextMenuItemType
Auto Trait Implementations§
impl Freeze for ChromeContextMenuItemType
impl RefUnwindSafe for ChromeContextMenuItemType
impl Send for ChromeContextMenuItemType
impl Sync for ChromeContextMenuItemType
impl Unpin for ChromeContextMenuItemType
impl UnsafeUnpin for ChromeContextMenuItemType
impl UnwindSafe for ChromeContextMenuItemType
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