pub enum ChromeChoiceMenuItemType {
Option,
CheckableOption,
Group,
Separator,
SubMenu,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeChoiceMenuItemType
impl Clone for ChromeChoiceMenuItemType
Source§fn clone(&self) -> ChromeChoiceMenuItemType
fn clone(&self) -> ChromeChoiceMenuItemType
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 ChromeChoiceMenuItemType
impl Debug for ChromeChoiceMenuItemType
Source§impl PartialEq for ChromeChoiceMenuItemType
impl PartialEq for ChromeChoiceMenuItemType
impl Copy for ChromeChoiceMenuItemType
impl Eq for ChromeChoiceMenuItemType
impl StructuralPartialEq for ChromeChoiceMenuItemType
Auto Trait Implementations§
impl Freeze for ChromeChoiceMenuItemType
impl RefUnwindSafe for ChromeChoiceMenuItemType
impl Send for ChromeChoiceMenuItemType
impl Sync for ChromeChoiceMenuItemType
impl Unpin for ChromeChoiceMenuItemType
impl UnsafeUnpin for ChromeChoiceMenuItemType
impl UnwindSafe for ChromeChoiceMenuItemType
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