Enum google_cloud_rust_raw::pubsub::v1::pubsub::PushConfig_oneof_authentication_method [−][src]
pub enum PushConfig_oneof_authentication_method {
oidc_token(PushConfig_OidcToken),
}Variants
oidc_token(PushConfig_OidcToken)Tuple Fields of oidc_token
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more