struct ResolvedLineBreakOptions {
strictness: LineBreakStrictness,
word_option: LineBreakWordOption,
ja_zh: bool,
}Fields§
§strictness: LineBreakStrictness§word_option: LineBreakWordOption§ja_zh: boolTrait Implementations§
Source§impl Clone for ResolvedLineBreakOptions
impl Clone for ResolvedLineBreakOptions
Source§fn clone(&self) -> ResolvedLineBreakOptions
fn clone(&self) -> ResolvedLineBreakOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolvedLineBreakOptions
impl Debug for ResolvedLineBreakOptions
impl Copy for ResolvedLineBreakOptions
Auto Trait Implementations§
impl Freeze for ResolvedLineBreakOptions
impl RefUnwindSafe for ResolvedLineBreakOptions
impl Send for ResolvedLineBreakOptions
impl Sync for ResolvedLineBreakOptions
impl Unpin for ResolvedLineBreakOptions
impl UnsafeUnpin for ResolvedLineBreakOptions
impl UnwindSafe for ResolvedLineBreakOptions
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