pub struct ExprBool(pub bool);Tuple Fields§
§0: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for ExprBool
Auto Trait Implementations§
impl Freeze for ExprBool
impl RefUnwindSafe for ExprBool
impl Send for ExprBool
impl Sync for ExprBool
impl Unpin for ExprBool
impl UnsafeUnpin for ExprBool
impl UnwindSafe for ExprBool
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