pub struct GetPageClient { /* private fields */ }
Implementations§
Source§impl GetPageClient
impl GetPageClient
Source§impl GetPageClient
impl GetPageClient
pub async fn send(self) -> Result<PageResponse, Error>
Trait Implementations§
Source§impl Debug for GetPageClient
impl Debug for GetPageClient
Source§impl Default for GetPageClient
impl Default for GetPageClient
Source§fn default() -> GetPageClient
fn default() -> GetPageClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPageClient
impl !RefUnwindSafe for GetPageClient
impl Send for GetPageClient
impl Sync for GetPageClient
impl Unpin for GetPageClient
impl !UnwindSafe for GetPageClient
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