pub struct ExportedFunctionInvocationParameters {
pub idempotency_key: String,
pub function_name: String,
pub input: Option<Vec<WitValue>>,
}
Fields§
§idempotency_key: String
§function_name: String
§input: Option<Vec<WitValue>>
Trait Implementations§
Source§impl Clone for ExportedFunctionInvocationParameters
impl Clone for ExportedFunctionInvocationParameters
Source§fn clone(&self) -> ExportedFunctionInvocationParameters
fn clone(&self) -> ExportedFunctionInvocationParameters
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 moreAuto Trait Implementations§
impl Freeze for ExportedFunctionInvocationParameters
impl RefUnwindSafe for ExportedFunctionInvocationParameters
impl Send for ExportedFunctionInvocationParameters
impl Sync for ExportedFunctionInvocationParameters
impl Unpin for ExportedFunctionInvocationParameters
impl UnwindSafe for ExportedFunctionInvocationParameters
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