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