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