pub struct ForeignFunctionToInvoke {
pub output_id: OutputId,
pub function_name: FunctionName,
pub value: Value,
}Fields§
§output_id: OutputId§function_name: FunctionName§value: ValueTrait Implementations§
Source§impl Clone for ForeignFunctionToInvoke
impl Clone for ForeignFunctionToInvoke
Source§fn clone(&self) -> ForeignFunctionToInvoke
fn clone(&self) -> ForeignFunctionToInvoke
Returns a copy 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 moreSource§impl Debug for ForeignFunctionToInvoke
impl Debug for ForeignFunctionToInvoke
Source§impl PartialEq for ForeignFunctionToInvoke
impl PartialEq for ForeignFunctionToInvoke
impl StructuralPartialEq for ForeignFunctionToInvoke
Auto Trait Implementations§
impl Freeze for ForeignFunctionToInvoke
impl RefUnwindSafe for ForeignFunctionToInvoke
impl Send for ForeignFunctionToInvoke
impl Sync for ForeignFunctionToInvoke
impl Unpin for ForeignFunctionToInvoke
impl UnwindSafe for ForeignFunctionToInvoke
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