Struct mtgapi_client::api::response::ApiResponse [−][src]
pub struct ApiResponse<T> {
pub content: T,
pub page_size: Option<u32>,
pub count: Option<u32>,
pub total_count: Option<u32>,
pub ratelimit_limit: Option<u32>,
pub ratelimit_remaining: Option<u32>,
}Response returned by the Cards API
Fields
content: T
page_size: Option<u32>
count: Option<u32>
total_count: Option<u32>
ratelimit_limit: Option<u32>
ratelimit_remaining: Option<u32>
Auto Trait Implementations
impl<T> Send for ApiResponse<T> where
T: Send,
impl<T> Send for ApiResponse<T> where
T: Send, impl<T> Sync for ApiResponse<T> where
T: Sync,
impl<T> Sync for ApiResponse<T> where
T: Sync,