pub struct ForCond {
    pub expr: Expression,
    /* private fields */
}Expand description
A filter expression. Elements for which the condition evaluates to true will be evaluated as
normal, while if false the element will be skipped.
Fields§
§expr: ExpressionThe filter expression.
Implementations§
Trait Implementations§
source§impl From<Expression> for ForCond
 
impl From<Expression> for ForCond
source§fn from(value: Expression) -> Self
 
fn from(value: Expression) -> Self
Converts to this type from the input type.
impl Eq for ForCond
Auto Trait Implementations§
impl Freeze for ForCond
impl RefUnwindSafe for ForCond
impl Send for ForCond
impl Sync for ForCond
impl Unpin for ForCond
impl UnwindSafe for ForCond
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)