Struct fractal_dto::DeveloperClientDTO [] [src]

pub struct DeveloperClientDTO {
    pub name: String,
    pub scopes: Vec<ScopeDTO>,
}

Struct for for fractal developer client

Fields

Trait Implementations

impl Decodable for DeveloperClientDTO
[src]

impl Encodable for DeveloperClientDTO
[src]

impl Clone for DeveloperClientDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DTO for DeveloperClientDTO
[src]