enum LitBool {
Expr(Expr),
True(Expr),
False(Expr),
}
Variants§
Auto Trait Implementations§
impl Freeze for LitBool
impl !RefUnwindSafe for LitBool
impl !Send for LitBool
impl !Sync for LitBool
impl Unpin for LitBool
impl !UnwindSafe for LitBool
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