Struct pshbullet_client::RatelimitLimit []

pub struct RatelimitLimit(pub i64);

Methods from Deref<Target = i64>

Trait Implementations

impl Clone for RatelimitLimit

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RatelimitLimit

Formats the value using the given formatter. Read more

impl PartialEq for RatelimitLimit

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

This method tests for !=.

impl Deref for RatelimitLimit

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for RatelimitLimit

Mutably dereferences the value.

impl Header for RatelimitLimit

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 RatelimitLimit

Formats the value using the given formatter. Read more

Auto Trait Implementations