pub struct Reverse { /* private fields */ }
Expand description
Reverse data on the table.
Implementations§
Trait Implementations§
Source§impl Ord for Reverse
impl Ord for Reverse
Source§impl PartialOrd for Reverse
impl PartialOrd for Reverse
Source§impl<R, D, C> TableOption<R, C, D> for Reverse
impl<R, D, C> TableOption<R, C, D> for Reverse
impl Copy for Reverse
impl Eq for Reverse
impl StructuralPartialEq for Reverse
Auto Trait Implementations§
impl Freeze for Reverse
impl RefUnwindSafe for Reverse
impl Send for Reverse
impl Sync for Reverse
impl Unpin for Reverse
impl UnwindSafe for Reverse
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