[][src]Trait rusoto_credential::Anonymous

pub trait Anonymous {
    fn is_anonymous(&self) -> bool;
}

Representation of anonymity

Required methods

fn is_anonymous(&self) -> bool

Return true if a type is anonymous, false otherwise

Loading content...

Implementors

impl Anonymous for AwsCredentials[src]

Loading content...