Struct fractal_api::v1::types::ClientInfo [] [src]

pub struct ClientInfo {
    // some fields omitted
}

Information about the API client.

Methods

impl ClientInfo
[src]

Gets the client ID.

Gets the client secret.

Gets an iterator through the scopes valid for the client.

Gets the request limit for the client.

Trait Implementations

impl Clone for ClientInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientInfo
[src]

Formats the value using the given formatter.

impl FromDTO<ClientInfoDTO> for ClientInfo
[src]

the from dto wrapper