Enum google_cloud_rust_raw::api::backend::BackendRule_oneof_authentication [−][src]
pub enum BackendRule_oneof_authentication {
jwt_audience(String),
}Variants
jwt_audience(String)Tuple Fields of jwt_audience
0: StringTrait 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
impl Send for BackendRule_oneof_authentication
impl Sync for BackendRule_oneof_authentication
impl Unpin for BackendRule_oneof_authentication
Blanket Implementations
Mutably borrows from an owned value. Read more