pub struct ProcedureInvocation {
pub name: ProcedureName,
pub args: Vec<Expr>,
pub span: Span,
}Fields§
§name: ProcedureName§args: Vec<Expr>§span: SpanTrait Implementations§
Source§impl Clone for ProcedureInvocation
impl Clone for ProcedureInvocation
Source§fn clone(&self) -> ProcedureInvocation
fn clone(&self) -> ProcedureInvocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProcedureInvocation
impl RefUnwindSafe for ProcedureInvocation
impl Send for ProcedureInvocation
impl Sync for ProcedureInvocation
impl Unpin for ProcedureInvocation
impl UnsafeUnpin for ProcedureInvocation
impl UnwindSafe for ProcedureInvocation
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