pub enum LambdaOp {
Any,
All,
}Expand description
Lambda operators
Variants§
Trait Implementations§
impl StructuralPartialEq for LambdaOp
Auto Trait Implementations§
impl Freeze for LambdaOp
impl RefUnwindSafe for LambdaOp
impl Send for LambdaOp
impl Sync for LambdaOp
impl Unpin for LambdaOp
impl UnwindSafe for LambdaOp
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