pub struct AndFunction;Expand description
Logical AND over an array of booleans.
Trait Implementations§
Source§impl FunctionImplementation for AndFunction
impl FunctionImplementation for AndFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for AndFunction
impl RefUnwindSafe for AndFunction
impl Send for AndFunction
impl Sync for AndFunction
impl Unpin for AndFunction
impl UnsafeUnpin for AndFunction
impl UnwindSafe for AndFunction
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