pub enum ChromeChoiceMenuTextDirection {
LeftToRight,
RightToLeft,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeChoiceMenuTextDirection
impl Clone for ChromeChoiceMenuTextDirection
Source§fn clone(&self) -> ChromeChoiceMenuTextDirection
fn clone(&self) -> ChromeChoiceMenuTextDirection
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 PartialEq for ChromeChoiceMenuTextDirection
impl PartialEq for ChromeChoiceMenuTextDirection
Source§fn eq(&self, other: &ChromeChoiceMenuTextDirection) -> bool
fn eq(&self, other: &ChromeChoiceMenuTextDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ChromeChoiceMenuTextDirection
impl Eq for ChromeChoiceMenuTextDirection
impl StructuralPartialEq for ChromeChoiceMenuTextDirection
Auto Trait Implementations§
impl Freeze for ChromeChoiceMenuTextDirection
impl RefUnwindSafe for ChromeChoiceMenuTextDirection
impl Send for ChromeChoiceMenuTextDirection
impl Sync for ChromeChoiceMenuTextDirection
impl Unpin for ChromeChoiceMenuTextDirection
impl UnsafeUnpin for ChromeChoiceMenuTextDirection
impl UnwindSafe for ChromeChoiceMenuTextDirection
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