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