pub struct BoolFunction;
Expand description
Default implementation for the standard BOOL
function
Trait Implementations§
Source§impl<T> Function<T> for BoolFunction
impl<T> Function<T> for BoolFunction
Auto Trait Implementations§
impl Freeze for BoolFunction
impl RefUnwindSafe for BoolFunction
impl Send for BoolFunction
impl Sync for BoolFunction
impl Unpin for BoolFunction
impl UnwindSafe for BoolFunction
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