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