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