pub struct LineBreakRule { /* private fields */ }
Expand description
改行ルール
Implementations§
Source§impl LineBreakRule
impl LineBreakRule
pub fn new(config: &FormatterConfig) -> Self
Trait Implementations§
Source§impl Debug for LineBreakRule
impl Debug for LineBreakRule
Auto Trait Implementations§
impl Freeze for LineBreakRule
impl RefUnwindSafe for LineBreakRule
impl Send for LineBreakRule
impl Sync for LineBreakRule
impl Unpin for LineBreakRule
impl UnwindSafe for LineBreakRule
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