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