pub enum HaikuVariant {
Normal,
WithSyllables,
WithSyllablesCondensed,
Condensed,
Full,
FullWithSyllables,
}Variants§
Trait Implementations§
Source§impl Clone for HaikuVariant
impl Clone for HaikuVariant
Source§fn clone(&self) -> HaikuVariant
fn clone(&self) -> HaikuVariant
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 moreimpl Copy for HaikuVariant
Auto Trait Implementations§
impl Freeze for HaikuVariant
impl RefUnwindSafe for HaikuVariant
impl Send for HaikuVariant
impl Sync for HaikuVariant
impl Unpin for HaikuVariant
impl UnsafeUnpin for HaikuVariant
impl UnwindSafe for HaikuVariant
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