pub struct CommentSpacing;Trait Implementations§
Source§impl Rule for CommentSpacing
impl Rule for CommentSpacing
Auto Trait Implementations§
impl Freeze for CommentSpacing
impl RefUnwindSafe for CommentSpacing
impl Send for CommentSpacing
impl Sync for CommentSpacing
impl Unpin for CommentSpacing
impl UnsafeUnpin for CommentSpacing
impl UnwindSafe for CommentSpacing
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