Struct butlerd::Responses::PassLogRes[][src]

pub struct PassLogRes {
    pub profile: Profile,
    pub cookie: Map<String, Value>,
}

Butler's response when you login using an username and password

Fields

Trait Implementations

impl Debug for PassLogRes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PassLogRes

impl Sync for PassLogRes