pub struct ExprBool {
pub value: bool,
pub span: Span,
}
Expand description
lua boolean literal value
Fields§
§value: bool
§span: Span
Implementations§
Trait Implementations§
impl Copy 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 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