pub enum ChromeImeTextSpanUnderlineStyle {
None,
Solid,
Dot,
Dash,
Squiggle,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeImeTextSpanUnderlineStyle
impl Clone for ChromeImeTextSpanUnderlineStyle
Source§fn clone(&self) -> ChromeImeTextSpanUnderlineStyle
fn clone(&self) -> ChromeImeTextSpanUnderlineStyle
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 Default for ChromeImeTextSpanUnderlineStyle
impl Default for ChromeImeTextSpanUnderlineStyle
Source§fn default() -> ChromeImeTextSpanUnderlineStyle
fn default() -> ChromeImeTextSpanUnderlineStyle
Returns the “default value” for a type. Read more
Source§impl From<ChromeImeTextSpanUnderlineStyle> for ImeTextSpanUnderlineStyle
impl From<ChromeImeTextSpanUnderlineStyle> for ImeTextSpanUnderlineStyle
Source§fn from(value: ChromeImeTextSpanUnderlineStyle) -> Self
fn from(value: ChromeImeTextSpanUnderlineStyle) -> Self
Converts to this type from the input type.
Source§impl From<ImeTextSpanUnderlineStyle> for ChromeImeTextSpanUnderlineStyle
impl From<ImeTextSpanUnderlineStyle> for ChromeImeTextSpanUnderlineStyle
Source§fn from(value: ImeTextSpanUnderlineStyle) -> Self
fn from(value: ImeTextSpanUnderlineStyle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeImeTextSpanUnderlineStyle
impl PartialEq for ChromeImeTextSpanUnderlineStyle
Source§fn eq(&self, other: &ChromeImeTextSpanUnderlineStyle) -> bool
fn eq(&self, other: &ChromeImeTextSpanUnderlineStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ChromeImeTextSpanUnderlineStyle
impl Eq for ChromeImeTextSpanUnderlineStyle
impl StructuralPartialEq for ChromeImeTextSpanUnderlineStyle
Auto Trait Implementations§
impl Freeze for ChromeImeTextSpanUnderlineStyle
impl RefUnwindSafe for ChromeImeTextSpanUnderlineStyle
impl Send for ChromeImeTextSpanUnderlineStyle
impl Sync for ChromeImeTextSpanUnderlineStyle
impl Unpin for ChromeImeTextSpanUnderlineStyle
impl UnsafeUnpin for ChromeImeTextSpanUnderlineStyle
impl UnwindSafe for ChromeImeTextSpanUnderlineStyle
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