[][src]Struct skyblock_rs::client::Key

pub struct Key<'a> { /* fields omitted */ }

Implementations

impl<'a> Key<'a>[src]

pub fn new(key: &'a str, window_limit: usize, window_size: u64) -> Key[src]

pub fn timeout(&self) -> bool[src]

pub fn can_use(&mut self) -> bool[src]

pub fn consume<'b>(&'b mut self) -> Option<&'a str>[src]

Trait Implementations

impl<'a> Debug for Key<'a>[src]

impl<'de: 'a, 'a> Deserialize<'de> for Key<'a>[src]

impl<'a> Serialize for Key<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Key<'a>

impl<'a> Send for Key<'a>

impl<'a> Sync for Key<'a>

impl<'a> Unpin for Key<'a>

impl<'a> UnwindSafe for Key<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.