pub struct BoolLiteralExprArgs {
pub value: bool,
}Fields§
§value: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for BoolLiteralExprArgs
impl RefUnwindSafe for BoolLiteralExprArgs
impl Send for BoolLiteralExprArgs
impl Sync for BoolLiteralExprArgs
impl Unpin for BoolLiteralExprArgs
impl UnsafeUnpin for BoolLiteralExprArgs
impl UnwindSafe for BoolLiteralExprArgs
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