pub struct WarpClient;Implementations§
Source§impl WarpClient
impl WarpClient
Sourcepub async fn fetch_limit_info(
api_key: &str,
) -> Result<WarpLimitInfoResponse, Box<dyn Error>>
pub async fn fetch_limit_info( api_key: &str, ) -> Result<WarpLimitInfoResponse, Box<dyn Error>>
§Errors
Returns an error if the GraphQL request fails or the response cannot be parsed.
Auto Trait Implementations§
impl Freeze for WarpClient
impl RefUnwindSafe for WarpClient
impl Send for WarpClient
impl Sync for WarpClient
impl Unpin for WarpClient
impl UnsafeUnpin for WarpClient
impl UnwindSafe for WarpClient
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