pub struct ListSessionsViewModel {
pub sessions: Vec<SessionSummary>,
pub total_in_page: usize,
pub next_cursor: Option<String>,
}Fields§
§sessions: Vec<SessionSummary>§total_in_page: usize§next_cursor: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for ListSessionsViewModel
impl Debug for ListSessionsViewModel
Auto Trait Implementations§
impl Freeze for ListSessionsViewModel
impl RefUnwindSafe for ListSessionsViewModel
impl Send for ListSessionsViewModel
impl Sync for ListSessionsViewModel
impl Unpin for ListSessionsViewModel
impl UnwindSafe for ListSessionsViewModel
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