pub struct Predicate {
pub predicate: Predicate,
pub value: Value,
}Fields§
§predicate: Predicate§value: ValueImplementations§
Trait Implementations§
source§impl PartialEq for Predicate
impl PartialEq for Predicate
source§impl Validatable for Predicate
impl Validatable for Predicate
impl Eq for Predicate
impl StructuralEq for Predicate
impl StructuralPartialEq for Predicate
Auto Trait Implementations§
impl RefUnwindSafe for Predicate
impl Send for Predicate
impl Sync for Predicate
impl Unpin for Predicate
impl UnwindSafe for Predicate
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