Enum unicode_bidi::BidiClass
source · [−]pub enum BidiClass {
Show 23 variants
AL,
AN,
B,
BN,
CS,
EN,
ES,
ET,
FSI,
L,
LRE,
LRI,
LRO,
NSM,
ON,
PDF,
PDI,
R,
RLE,
RLI,
RLO,
S,
WS,
}
Expand description
Represents values of the Unicode character property
Bidi_Class
, also
known as the bidirectional character type.
Variants
AL
AN
B
BN
CS
EN
ES
ET
FSI
L
LRE
LRI
LRO
NSM
ON
PDF
PDI
R
RLE
RLI
RLO
S
WS
Trait Implementations
impl Copy for BidiClass
impl Eq for BidiClass
impl StructuralEq for BidiClass
impl StructuralPartialEq for BidiClass
Auto Trait Implementations
impl RefUnwindSafe for BidiClass
impl Send for BidiClass
impl Sync for BidiClass
impl Unpin for BidiClass
impl UnwindSafe for BidiClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more