pub struct ParsedRequest {
pub operation: String,
pub input: Value,
}Expand description
Parsed AWS request ready for dispatch to a service handler.
Fields§
§operation: String§input: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedRequest
impl RefUnwindSafe for ParsedRequest
impl Send for ParsedRequest
impl Sync for ParsedRequest
impl Unpin for ParsedRequest
impl UnsafeUnpin for ParsedRequest
impl UnwindSafe for ParsedRequest
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