pub struct InvokeRequest {
pub function_name: String,
pub qualifier: Option<String>,
pub payload: Option<Vec<u8>>,
pub invocation_type: InvocationType,
}Fields§
§function_name: String§qualifier: Option<String>§payload: Option<Vec<u8>>§invocation_type: InvocationTypeTrait Implementations§
Source§impl Clone for InvokeRequest
impl Clone for InvokeRequest
Source§fn clone(&self) -> InvokeRequest
fn clone(&self) -> InvokeRequest
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 InvokeRequest
impl RefUnwindSafe for InvokeRequest
impl Send for InvokeRequest
impl Sync for InvokeRequest
impl Unpin for InvokeRequest
impl UnwindSafe for InvokeRequest
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