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