pub enum ProcedureInvocationKind {
Explicit(ProcedureInvocation),
Implicit(ProcedureName),
}Variants§
Explicit(ProcedureInvocation)
Implicit(ProcedureName)
Trait Implementations§
Source§impl Clone for ProcedureInvocationKind
impl Clone for ProcedureInvocationKind
Source§fn clone(&self) -> ProcedureInvocationKind
fn clone(&self) -> ProcedureInvocationKind
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 ProcedureInvocationKind
impl RefUnwindSafe for ProcedureInvocationKind
impl Send for ProcedureInvocationKind
impl Sync for ProcedureInvocationKind
impl Unpin for ProcedureInvocationKind
impl UnsafeUnpin for ProcedureInvocationKind
impl UnwindSafe for ProcedureInvocationKind
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