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