pub struct ShBinary {
pub left: Box<ShExpr>,
pub right: Box<ShExpr>,
pub op: ShOp,
}
Fields§
§left: Box<ShExpr>
§right: Box<ShExpr>
§op: ShOp
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShBinary
Auto Trait Implementations§
impl Freeze for ShBinary
impl RefUnwindSafe for ShBinary
impl Send for ShBinary
impl Sync for ShBinary
impl Unpin for ShBinary
impl UnwindSafe for ShBinary
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