Trait rusoto_credential::Anonymous[][src]

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

Representation of anonymity

Required methods

fn is_anonymous(&self) -> bool[src][]

Return true if a type is anonymous, false otherwise

Implementors

impl Anonymous for AwsCredentials[src][+]