pub struct IfExpr<C, T, E>{ /* private fields */ }Expand description
if(condition, then, else) - conditional expression
Trait Implementations§
Source§impl<C, T, E> Expression for IfExpr<C, T, E>
impl<C, T, E> Expression for IfExpr<C, T, E>
Auto Trait Implementations§
impl<C, T, E> Freeze for IfExpr<C, T, E>
impl<C, T, E> RefUnwindSafe for IfExpr<C, T, E>
impl<C, T, E> Send for IfExpr<C, T, E>
impl<C, T, E> Sync for IfExpr<C, T, E>
impl<C, T, E> Unpin for IfExpr<C, T, E>
impl<C, T, E> UnwindSafe for IfExpr<C, T, E>
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