Struct mtgapi_client::api::response::RatelimitRemainingHeader[]

pub struct RatelimitRemainingHeader(pub u32);

Methods from Deref<Target = u32>

Trait Implementations

impl Clone for RatelimitRemainingHeader

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RatelimitRemainingHeader

Formats the value using the given formatter. Read more

impl PartialEq for RatelimitRemainingHeader

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deref for RatelimitRemainingHeader

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for RatelimitRemainingHeader

Mutably dereferences the value.

impl Header for RatelimitRemainingHeader

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

Format a header to outgoing stream. Read more

impl Display for RatelimitRemainingHeader

Formats the value using the given formatter. Read more

Auto Trait Implementations