pub struct TriggerRequestWithMetadata { /* private fields */ }Expand description
Trigger request plus optional per-invocation metadata.
Trait Implementations§
Source§impl Clone for TriggerRequestWithMetadata
impl Clone for TriggerRequestWithMetadata
Source§fn clone(&self) -> TriggerRequestWithMetadata
fn clone(&self) -> TriggerRequestWithMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TriggerRequestWithMetadata
impl Debug for TriggerRequestWithMetadata
Source§impl<T> From<T> for TriggerRequestWithMetadatawhere
T: Into<TriggerRequest>,
impl<T> From<T> for TriggerRequestWithMetadatawhere
T: Into<TriggerRequest>,
Auto Trait Implementations§
impl Freeze for TriggerRequestWithMetadata
impl RefUnwindSafe for TriggerRequestWithMetadata
impl Send for TriggerRequestWithMetadata
impl Sync for TriggerRequestWithMetadata
impl Unpin for TriggerRequestWithMetadata
impl UnsafeUnpin for TriggerRequestWithMetadata
impl UnwindSafe for TriggerRequestWithMetadata
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