pub struct HostCallParameters {
pub timestamp: Datetime,
pub function_name: String,
pub request: ValueAndType,
pub response: ValueAndType,
pub durable_function_type: WrappedFunctionType,
}Fields§
§timestamp: Datetime§function_name: String§request: ValueAndType§response: ValueAndType§durable_function_type: WrappedFunctionTypeTrait Implementations§
Source§impl Clone for HostCallParameters
impl Clone for HostCallParameters
Source§fn clone(&self) -> HostCallParameters
fn clone(&self) -> HostCallParameters
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 HostCallParameters
impl RefUnwindSafe for HostCallParameters
impl Send for HostCallParameters
impl Sync for HostCallParameters
impl Unpin for HostCallParameters
impl UnsafeUnpin for HostCallParameters
impl UnwindSafe for HostCallParameters
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