pub enum PrintItem {
Str(StringExpr),
Expr(Expr),
}Variants§
Str(StringExpr)
Expr(Expr)
Trait Implementations§
impl StructuralPartialEq for PrintItem
Auto Trait Implementations§
impl Freeze for PrintItem
impl RefUnwindSafe for PrintItem
impl Send for PrintItem
impl Sync for PrintItem
impl Unpin for PrintItem
impl UnsafeUnpin for PrintItem
impl UnwindSafe for PrintItem
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