pub struct Print {
pub values: Vec<Expression>,
pub location: Location,
}
Expand description
A print
statement that prints out some debugging information
Fields§
§values: Vec<Expression>
§location: Location
Trait Implementations§
impl Eq for Print
impl StructuralPartialEq for Print
Auto Trait Implementations§
impl Freeze for Print
impl RefUnwindSafe for Print
impl Send for Print
impl Sync for Print
impl Unpin for Print
impl UnwindSafe for Print
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