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
get(String)Tuple Fields of get
0: Stringput(String)Tuple Fields of put
0: Stringpost(String)Tuple Fields of post
0: Stringdelete(String)Tuple Fields of delete
0: Stringpatch(String)Tuple Fields of patch
0: Stringcustom(CustomHttpPattern)Tuple 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