Struct aws_http::user_agent::UserAgentStageError
source · pub struct UserAgentStageError { /* private fields */ }
Expand description
Failures that can arise from the user agent middleware
Trait Implementations§
source§impl Debug for UserAgentStageError
impl Debug for UserAgentStageError
source§impl Display for UserAgentStageError
impl Display for UserAgentStageError
source§impl Error for UserAgentStageError
impl Error for UserAgentStageError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InvalidHeaderValue> for UserAgentStageError
impl From<InvalidHeaderValue> for UserAgentStageError
source§fn from(value: InvalidHeaderValue) -> Self
fn from(value: InvalidHeaderValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for UserAgentStageError
impl Send for UserAgentStageError
impl Sync for UserAgentStageError
impl Unpin for UserAgentStageError
impl UnwindSafe for UserAgentStageError
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