Struct elefren::entities::account::Source[][src]

pub struct Source { /* fields omitted */ }

An extra object given from verify_credentials giving defaults about a user

Trait Implementations

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Source

impl Sync for Source