pub struct ResponsePagination { /* private fields */ }
Trait Implementations§
Source§impl From<&HeaderValue> for ResponsePagination
impl From<&HeaderValue> for ResponsePagination
Source§fn from(value: &HeaderValue) -> Self
fn from(value: &HeaderValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ResponsePagination
impl RefUnwindSafe for ResponsePagination
impl Send for ResponsePagination
impl Sync for ResponsePagination
impl Unpin for ResponsePagination
impl UnwindSafe for ResponsePagination
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