pub enum TernaryOp {
If,
}
Variants§
If
Trait Implementations§
impl Copy for TernaryOp
impl Eq for TernaryOp
impl StructuralPartialEq for TernaryOp
Auto Trait Implementations§
impl Freeze for TernaryOp
impl RefUnwindSafe for TernaryOp
impl Send for TernaryOp
impl Sync for TernaryOp
impl Unpin for TernaryOp
impl UnwindSafe for TernaryOp
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