Enum google_authz::Credentials [−][src]
pub enum Credentials {
None,
ApiKey(String),
User(User),
ServiceAccount(ServiceAccount),
Metadata(Box<Metadata>),
}Variants
None
ApiKey(String)
Tuple Fields
0: StringUser(User)
ServiceAccount(ServiceAccount)
Metadata(Box<Metadata>)
Tuple Fields
0: Box<Metadata>Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Credentials
impl Send for Credentials
impl Sync for Credentials
impl Unpin for Credentials
impl !UnwindSafe for Credentials
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
