pub struct PortableCondition {
pub field: PortableFieldPath,
pub operator: PortableConditionOp,
pub value: Value,
}Fields§
§field: PortableFieldPath§operator: PortableConditionOp§value: ValueTrait Implementations§
Source§impl Clone for PortableCondition
impl Clone for PortableCondition
Source§fn clone(&self) -> PortableCondition
fn clone(&self) -> PortableCondition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PortableCondition
impl Debug for PortableCondition
Source§impl<'de> Deserialize<'de> for PortableCondition
impl<'de> Deserialize<'de> for PortableCondition
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 PortableCondition
impl PartialEq for PortableCondition
Source§impl Serialize for PortableCondition
impl Serialize for PortableCondition
impl StructuralPartialEq for PortableCondition
Auto Trait Implementations§
impl Freeze for PortableCondition
impl RefUnwindSafe for PortableCondition
impl Send for PortableCondition
impl Sync for PortableCondition
impl Unpin for PortableCondition
impl UnsafeUnpin for PortableCondition
impl UnwindSafe for PortableCondition
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