Enum protos::client::client_response::Response_type
source · #[non_exhaustive]pub enum Response_type {
Match(MatchResponse),
Transform(TransformResponse),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Match(MatchResponse)
Transform(TransformResponse)
Trait Implementations§
source§impl Clone for Response_type
impl Clone for Response_type
source§fn clone(&self) -> Response_type
fn clone(&self) -> Response_type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Response_type
impl Debug for Response_type
source§impl OneofFull for Response_type
impl OneofFull for Response_type
source§fn descriptor() -> OneofDescriptor
fn descriptor() -> OneofDescriptor
Descriptor object for this oneof.
source§impl PartialEq<Response_type> for Response_type
impl PartialEq<Response_type> for Response_type
source§fn eq(&self, other: &Response_type) -> bool
fn eq(&self, other: &Response_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Oneof for Response_type
impl StructuralPartialEq for Response_type
Auto Trait Implementations§
impl RefUnwindSafe for Response_type
impl Send for Response_type
impl Sync for Response_type
impl Unpin for Response_type
impl UnwindSafe for Response_type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more