pub struct DetectedRequest {
pub service: String,
pub action: String,
pub protocol: AwsProtocol,
}Expand description
Detected service name and action from an incoming HTTP request.
Fields§
§service: String§action: String§protocol: AwsProtocolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DetectedRequest
impl RefUnwindSafe for DetectedRequest
impl Send for DetectedRequest
impl Sync for DetectedRequest
impl Unpin for DetectedRequest
impl UnsafeUnpin for DetectedRequest
impl UnwindSafe for DetectedRequest
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