Docs.rs
cosmic-universe-0.3.0
cosmic-universe 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
uberscott
Dependencies
ariadne ^0.1.5
normal
async-trait ^0.1.48
normal
bincode ^1.3.3
normal
chrono ^0.4.19
normal
convert_case ^0.5.0
normal
cosmic-macros-primitive ^0.3.0
normal
cosmic-nom ^0.3.0
normal
dashmap ^5.3.4
normal
enum-ordinalize ^3.1.11
normal
http ^0.2.6
normal
http-serde ^1.1.0
normal
lazy_static ^1.4.0
normal
lru ^0.7.7
normal
nom ^7
normal
nom-supreme ^0.6.0
normal
nom_locate ^4.0.0
normal
regex ^1.5.4
normal
semver ^1.0.10
normal
serde ^1.0.69
normal
serde_json ^1.0.79
normal
serde_urlencoded ^0.7.1
normal
strum ^0.24.1
normal
strum_macros ^0.24.1
normal
tokio ^1.15.0
normal
uuid ^1.1.2
normal
validator ^0.15.0
normal
Versions
0.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ValueMatcher
Required Methods
is_match
Implementors
In cosmic_universe::util
?
Trait
cosmic_universe
::
util
::
ValueMatcher
source
·
[
−
]
pub trait ValueMatcher<X> { fn
is_match
(&self, x:
&
X) ->
Result
<
()
,
()
>; }
Required Methods
source
fn
is_match
(&self, x:
&
X) ->
Result
<
()
,
()
>
Implementors
source
impl
ValueMatcher
<
Cmd
> for
Cmd
source
impl
ValueMatcher
<
Topic
> for
Topic
source
impl
ValueMatcher
<
CmdMethod
> for
CmdMethod
source
impl
ValueMatcher
<
Method
> for
Method
source
impl
ValueMatcher
<
Method
> for
MethodPattern
source
impl
ValueMatcher
<
MethodKind
> for
MethodKind
source
impl
ValueMatcher
<
HttpMethod
> for
HttpMethod
source
impl
ValueMatcher
<
HypMethod
> for
HypMethod
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
RouteScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
MessageScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
MessageScopeSelectorAndFilters
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
MethodScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
MethodScopeSelectorAndFilters
source
impl
ValueMatcher
<
DirectedWaveDef
<
Recipients
>> for
RouteScopeSelectorAndFilters
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
RouteScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
MessageScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
MessageScopeSelectorAndFilters
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
MethodScopeSelector
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
MethodScopeSelectorAndFilters
source
impl
ValueMatcher
<
DirectedWaveDef
<
Surface
>> for
RouteScopeSelectorAndFilters
source
impl
ValueMatcher
<
Specific
> for
SpecificSelector
source
impl
ValueMatcher
<
Surface
> for
SurfaceSelector
source
impl
ValueMatcher
<
ExtMethod
> for
ExtMethod
source
impl
ValueMatcher
<
String
> for
RegexMatcher
source
impl
ValueMatcher
<
String
> for
StringMatcher
source
impl<Pnt>
ValueMatcher
<
Substance
> for
SubstancePatternDef
<Pnt>