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