enum OverrideStatus {
Neutral,
RTL,
LTR,
Isolate,
}Variants§
Trait Implementations§
Source§impl PartialEq for OverrideStatus
impl PartialEq for OverrideStatus
Source§fn eq(&self, other: &OverrideStatus) -> bool
fn eq(&self, other: &OverrideStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OverrideStatus
Auto Trait Implementations§
impl Freeze for OverrideStatus
impl RefUnwindSafe for OverrideStatus
impl Send for OverrideStatus
impl Sync for OverrideStatus
impl Unpin for OverrideStatus
impl UnsafeUnpin for OverrideStatus
impl UnwindSafe for OverrideStatus
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