pub struct HyphenationConfig {
pub soft_hyphen_policy: HyphenationMode,
}Expand description
Hyphenation behavior.
Fields§
§soft_hyphen_policy: HyphenationModeSoft-hyphen handling policy.
Trait Implementations§
Source§impl Clone for HyphenationConfig
impl Clone for HyphenationConfig
Source§fn clone(&self) -> HyphenationConfig
fn clone(&self) -> HyphenationConfig
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 HyphenationConfig
impl Debug for HyphenationConfig
Source§impl Default for HyphenationConfig
impl Default for HyphenationConfig
Source§impl PartialEq for HyphenationConfig
impl PartialEq for HyphenationConfig
impl Copy for HyphenationConfig
impl Eq for HyphenationConfig
impl StructuralPartialEq for HyphenationConfig
Auto Trait Implementations§
impl Freeze for HyphenationConfig
impl RefUnwindSafe for HyphenationConfig
impl Send for HyphenationConfig
impl Sync for HyphenationConfig
impl Unpin for HyphenationConfig
impl UnsafeUnpin for HyphenationConfig
impl UnwindSafe for HyphenationConfig
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