pub enum HyphenationMode {
Ignore,
Discretionary,
}Variants§
Trait Implementations§
Source§impl Clone for HyphenationMode
impl Clone for HyphenationMode
Source§fn clone(&self) -> HyphenationMode
fn clone(&self) -> HyphenationMode
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 Debug for HyphenationMode
impl Debug for HyphenationMode
Source§impl PartialEq for HyphenationMode
impl PartialEq for HyphenationMode
impl Copy for HyphenationMode
impl Eq for HyphenationMode
impl StructuralPartialEq for HyphenationMode
Auto Trait Implementations§
impl Freeze for HyphenationMode
impl RefUnwindSafe for HyphenationMode
impl Send for HyphenationMode
impl Sync for HyphenationMode
impl Unpin for HyphenationMode
impl UnsafeUnpin for HyphenationMode
impl UnwindSafe for HyphenationMode
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