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