[][src]Struct deepl_api::UsageInformation

pub struct UsageInformation {
    pub character_limit: u64,
    pub character_count: u64,
}

Information about API usage & limits for this account.

Fields

character_limit: u64

How many characters can be translated per billing period, based on the account settings.

character_count: u64

How many characters were already translated in the current billing period.

Trait Implementations

impl Debug for UsageInformation[src]

impl<'de> Deserialize<'de> for UsageInformation[src]

Auto Trait Implementations

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> Instrument for T[src]

impl<T> Instrument 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.