Struct mtgapi_client::api::response::TotalCountHeader [−]
pub struct TotalCountHeader(pub u32);
Methods from Deref<Target = u32>
Trait Implementations
impl Clone for TotalCountHeader
impl Clone for TotalCountHeaderfn clone(&self) -> TotalCountHeader
fn clone(&self) -> TotalCountHeaderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TotalCountHeader
impl Debug for TotalCountHeaderimpl PartialEq for TotalCountHeader
impl PartialEq for TotalCountHeaderfn eq(&self, other: &TotalCountHeader) -> bool
fn eq(&self, other: &TotalCountHeader) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TotalCountHeader) -> bool
fn ne(&self, other: &TotalCountHeader) -> boolThis method tests for !=.
impl Deref for TotalCountHeader
impl Deref for TotalCountHeadertype Target = u32
The resulting type after dereferencing.
fn deref(&self) -> &u32
fn deref(&self) -> &u32Dereferences the value.
impl DerefMut for TotalCountHeader
impl DerefMut for TotalCountHeaderimpl Header for TotalCountHeader
impl Header for TotalCountHeaderfn header_name() -> &'static str
fn header_name() -> &'static strReturns the name of the header field this belongs to. Read more
fn parse_header(raw: &Raw) -> Result<Self>
fn parse_header(raw: &Raw) -> Result<Self>Parse a header from a raw stream of bytes. Read more
fn fmt_header(&self, f: &mut Formatter) -> Result
fn fmt_header(&self, f: &mut Formatter) -> ResultFormat a header to outgoing stream. Read more
impl Display for TotalCountHeader
impl Display for TotalCountHeaderAuto Trait Implementations
impl Send for TotalCountHeader
impl Send for TotalCountHeaderimpl Sync for TotalCountHeader
impl Sync for TotalCountHeader