Trait rusoto_credential::Anonymous[][src]

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

Representation of anonymity

Required methods

Return true if a type is anonymous, false otherwise

Implementors