moella
0.1.1
Predicate
Variants
And
Exists
Not
Or
Methods
resolve
Trait Implementations
Clone
Debug
Deserialize<'de>
Serialize
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
AsTaggedExplicit<'a, E>
AsTaggedImplicit<'a, E>
Borrow<T>
BorrowMut<T>
CloneToUninit
DeserializeOwned
From<T>
Instrument
Into<U>
Pointable
Same
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In moella::
extension
moella
::
extension
Enum
Predicate
Copy item path
source
pub enum Predicate { Not(
Box
<
Predicate
>), And(
Vec
<
Predicate
>), Or(
Vec
<
Predicate
>), Exists(
String
), }
Variants
§
§
Not(
Box
<
Predicate
>)
§
And(
Vec
<
Predicate
>)
§
Or(
Vec
<
Predicate
>)
§
Exists(