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