pub struct PageSeq {
pub host: String,
pub method: String,
pub norm_path: String,
pub param_keys: Vec<String>,
pub page_count: usize,
pub repeated_cursor: bool,
pub excessive: bool,
pub entry_ids: Vec<String>,
}Fields§
§host: String§method: String§norm_path: String§param_keys: Vec<String>§page_count: usize§repeated_cursor: bool§excessive: bool§entry_ids: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageSeq
impl RefUnwindSafe for PageSeq
impl Send for PageSeq
impl Sync for PageSeq
impl Unpin for PageSeq
impl UnsafeUnpin for PageSeq
impl UnwindSafe for PageSeq
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