pub struct PaginationOrderBy {}Auto Trait Implementations§
impl Freeze for PaginationOrderBy
impl RefUnwindSafe for PaginationOrderBy
impl Send for PaginationOrderBy
impl Sync for PaginationOrderBy
impl Unpin for PaginationOrderBy
impl UnsafeUnpin for PaginationOrderBy
impl UnwindSafe for PaginationOrderBy
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