pub struct PrintData {
pub expr: Expr,
}Expand description
Represents a print statement’s data in the language.
Fields§
§expr: ExprThe expression to print.
Trait Implementations§
impl StructuralPartialEq for PrintData
Auto Trait Implementations§
impl Freeze for PrintData
impl RefUnwindSafe for PrintData
impl Send for PrintData
impl Sync for PrintData
impl Unpin for PrintData
impl UnwindSafe for PrintData
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