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