Enum google_cloud_rust_raw::api::http::HttpRule_oneof_pattern [−][src]
pub enum HttpRule_oneof_pattern {
get(String),
put(String),
post(String),
delete(String),
patch(String),
custom(CustomHttpPattern),
}Variants
Tuple Fields of get
0: StringTuple Fields of put
0: StringTuple Fields of post
0: StringTuple Fields of delete
0: StringTuple Fields of patch
0: StringTuple Fields of custom
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
impl RefUnwindSafe for HttpRule_oneof_pattern
impl Send for HttpRule_oneof_pattern
impl Sync for HttpRule_oneof_pattern
impl Unpin for HttpRule_oneof_pattern
impl UnwindSafe for HttpRule_oneof_pattern
Blanket Implementations
Mutably borrows from an owned value. Read more