Enum odata_simple_client::Comparison [−][src]
pub enum Comparison {
Equal,
NotEqual,
GreaterThan,
GreaterOrEqual,
LessThan,
LessOrEqual,
}
Expand description
Used by ListRequest::filter
to apply conditional filtering to the returned results.
See the OData 3.0 documentation (section 5.1.2) for more information.
Variants
Auto Trait Implementations
impl RefUnwindSafe for Comparison
impl Send for Comparison
impl Sync for Comparison
impl Unpin for Comparison
impl UnwindSafe for Comparison
Blanket Implementations
Mutably borrows from an owned value. Read more
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