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