pub enum InvocationInput<'input> {
Http(&'input dyn HttpRequestParts),
Arguments(&'input Value),
}Expand description
Transport-neutral values supplied to typed operation extractors.
Variants§
Http(&'input dyn HttpRequestParts)
Arguments(&'input Value)
Implementations§
Source§impl<'input> InvocationInput<'input>
impl<'input> InvocationInput<'input>
Trait Implementations§
Source§impl<'input> Clone for InvocationInput<'input>
impl<'input> Clone for InvocationInput<'input>
Source§fn clone(&self) -> InvocationInput<'input>
fn clone(&self) -> InvocationInput<'input>
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 moreimpl<'input> Copy for InvocationInput<'input>
Auto Trait Implementations§
impl<'input> !RefUnwindSafe for InvocationInput<'input>
impl<'input> !Send for InvocationInput<'input>
impl<'input> !Sync for InvocationInput<'input>
impl<'input> !UnwindSafe for InvocationInput<'input>
impl<'input> Freeze for InvocationInput<'input>
impl<'input> Unpin for InvocationInput<'input>
impl<'input> UnsafeUnpin for InvocationInput<'input>
Blanket Implementations§
Source§impl<T> BackgroundExt for T
impl<T> BackgroundExt for T
fn background(self, task: BackgroundTask) -> Background<Self>
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