Enum googapis::google::cloud::recommender::v1::value_matcher::MatchVariant [−][src]
pub enum MatchVariant {
MatchesPattern(String),
}Variants
MatchesPattern(String)To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch
Tuple Fields of MatchesPattern
0: StringImplementations
pub fn merge<B>(
field: &mut Option<MatchVariant>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
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 MatchVariant
impl Send for MatchVariant
impl Sync for MatchVariant
impl Unpin for MatchVariant
impl UnwindSafe for MatchVariant
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more