pub struct ResultMeta {
pub pagination: Option<Pagination>,
pub sort_info: Option<SortInfo>,
}Expand description
Metadata from provider result (pagination + sort info).
Fields§
§pagination: Option<Pagination>§sort_info: Option<SortInfo>Trait Implementations§
Source§impl Clone for ResultMeta
impl Clone for ResultMeta
Source§fn clone(&self) -> ResultMeta
fn clone(&self) -> ResultMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResultMeta
impl Debug for ResultMeta
Source§impl Default for ResultMeta
impl Default for ResultMeta
Source§fn default() -> ResultMeta
fn default() -> ResultMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResultMeta
impl RefUnwindSafe for ResultMeta
impl Send for ResultMeta
impl Sync for ResultMeta
impl Unpin for ResultMeta
impl UnsafeUnpin for ResultMeta
impl UnwindSafe for ResultMeta
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