pub struct NotFunction;Expand description
Logical NOT of a single boolean value.
Trait Implementations§
Source§impl FunctionImplementation for NotFunction
impl FunctionImplementation for NotFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for NotFunction
impl RefUnwindSafe for NotFunction
impl Send for NotFunction
impl Sync for NotFunction
impl Unpin for NotFunction
impl UnsafeUnpin for NotFunction
impl UnwindSafe for NotFunction
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