pub struct QueryPredicateValue {}Implementations§
Source§impl QueryPredicateValue
impl QueryPredicateValue
pub fn new() -> QueryPredicateValue
Trait Implementations§
Source§impl Clone for QueryPredicateValue
impl Clone for QueryPredicateValue
Source§fn clone(&self) -> QueryPredicateValue
fn clone(&self) -> QueryPredicateValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryPredicateValue
impl Debug for QueryPredicateValue
Source§impl Default for QueryPredicateValue
impl Default for QueryPredicateValue
Source§fn default() -> QueryPredicateValue
fn default() -> QueryPredicateValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryPredicateValue
impl<'de> Deserialize<'de> for QueryPredicateValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for QueryPredicateValue
impl PartialEq for QueryPredicateValue
Source§impl Serialize for QueryPredicateValue
impl Serialize for QueryPredicateValue
impl StructuralPartialEq for QueryPredicateValue
Auto Trait Implementations§
impl Freeze for QueryPredicateValue
impl RefUnwindSafe for QueryPredicateValue
impl Send for QueryPredicateValue
impl Sync for QueryPredicateValue
impl Unpin for QueryPredicateValue
impl UnwindSafe for QueryPredicateValue
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