pub enum LiteralPredicate {
String(String),
Integer(i64),
Boolean(bool),
Null,
}Variants§
Trait Implementations§
Source§impl Clone for LiteralPredicate
impl Clone for LiteralPredicate
Source§impl Debug for LiteralPredicate
impl Debug for LiteralPredicate
impl Eq for LiteralPredicate
Source§impl PartialEq for LiteralPredicate
impl PartialEq for LiteralPredicate
impl StructuralPartialEq for LiteralPredicate
Auto Trait Implementations§
impl Freeze for LiteralPredicate
impl RefUnwindSafe for LiteralPredicate
impl Send for LiteralPredicate
impl Sync for LiteralPredicate
impl Unpin for LiteralPredicate
impl UnsafeUnpin for LiteralPredicate
impl UnwindSafe for LiteralPredicate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.