enum JoiningForm {
    Isolated = 0,
    Initial = 1,
    Medial = 2,
    Terminal = 3,
}Variants§
Trait Implementations§
Source§impl Clone for JoiningForm
 
impl Clone for JoiningForm
Source§fn clone(&self) -> JoiningForm
 
fn clone(&self) -> JoiningForm
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 PartialEq for JoiningForm
 
impl PartialEq for JoiningForm
impl Copy for JoiningForm
impl StructuralPartialEq for JoiningForm
Auto Trait Implementations§
impl Freeze for JoiningForm
impl RefUnwindSafe for JoiningForm
impl Send for JoiningForm
impl Sync for JoiningForm
impl Unpin for JoiningForm
impl UnwindSafe for JoiningForm
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