Enum unicode_bidi::explicit::OverrideStatus
source · 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
This method 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 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