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