pub struct WarpLimitInfoResponse {
pub data: WarpLimitData,
}Expand description
Top-level GraphQL response from the Warp API.
The Warp provider uses a GraphQL endpoint with a GetRequestLimitInfo
query that returns nested data under the data key.
Fields§
§data: WarpLimitDataTrait Implementations§
Source§impl Debug for WarpLimitInfoResponse
impl Debug for WarpLimitInfoResponse
Source§impl<'de> Deserialize<'de> for WarpLimitInfoResponse
impl<'de> Deserialize<'de> for WarpLimitInfoResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WarpLimitInfoResponse
impl RefUnwindSafe for WarpLimitInfoResponse
impl Send for WarpLimitInfoResponse
impl Sync for WarpLimitInfoResponse
impl Unpin for WarpLimitInfoResponse
impl UnsafeUnpin for WarpLimitInfoResponse
impl UnwindSafe for WarpLimitInfoResponse
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