Enum unicode_joining_type::JoiningType
source · [−]pub enum JoiningType {
DualJoining,
JoinCausing,
LeftJoining,
NonJoining,
RightJoining,
Transparent,
}Variants
DualJoining
JoinCausing
LeftJoining
NonJoining
RightJoining
Transparent
Trait Implementations
sourceimpl Clone for JoiningType
impl Clone for JoiningType
sourcefn clone(&self) -> JoiningType
fn clone(&self) -> JoiningType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for JoiningType
impl Debug for JoiningType
sourceimpl Hash for JoiningType
impl Hash for JoiningType
sourceimpl PartialEq<JoiningType> for JoiningType
impl PartialEq<JoiningType> for JoiningType
sourcefn eq(&self, other: &JoiningType) -> bool
fn eq(&self, other: &JoiningType) -> bool
impl Copy for JoiningType
impl Eq for JoiningType
impl StructuralEq for JoiningType
impl StructuralPartialEq for JoiningType
Auto Trait Implementations
impl RefUnwindSafe for JoiningType
impl Send for JoiningType
impl Sync for JoiningType
impl Unpin for JoiningType
impl UnwindSafe for JoiningType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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