pub struct Pages {
pub first_page: String,
pub last_page: Option<String>,
pub other_pages: Option<String>,
}Fields§
§first_page: String§last_page: Option<String>§other_pages: Option<String>Trait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for Pages
impl<'v_a> ValidateArgs<'v_a> for Pages
Auto Trait Implementations§
impl Freeze for Pages
impl RefUnwindSafe for Pages
impl Send for Pages
impl Sync for Pages
impl Unpin for Pages
impl UnwindSafe for Pages
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