pub struct ModelPage {
pub data: Vec<Model>,
pub next_cursor: Option<String>,
}Fields§
§data: Vec<Model>§next_cursor: Option<String>Trait Implementations§
impl Eq for ModelPage
impl StructuralPartialEq for ModelPage
Auto Trait Implementations§
impl Freeze for ModelPage
impl RefUnwindSafe for ModelPage
impl Send for ModelPage
impl Sync for ModelPage
impl Unpin for ModelPage
impl UnsafeUnpin for ModelPage
impl UnwindSafe for ModelPage
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