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§
Source§impl Clone for DetectedRequest
impl Clone for DetectedRequest
Source§fn clone(&self) -> DetectedRequest
fn clone(&self) -> DetectedRequest
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 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