pub struct ShCall {
pub call: String,
pub args: Vec<ShExpr>,
}
Fields§
§call: String
§args: Vec<ShExpr>
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShCall
Auto Trait Implementations§
impl Freeze for ShCall
impl RefUnwindSafe for ShCall
impl Send for ShCall
impl Sync for ShCall
impl Unpin for ShCall
impl UnwindSafe for ShCall
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