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