Enum aws_http::user_agent::UserAgentStageError [−][src]
pub enum UserAgentStageError {
UserAgentMissing,
InvalidHeader(InvalidHeaderValue),
}
Variants
InvalidHeader(InvalidHeaderValue)
Tuple Fields of InvalidHeader
Trait Implementations
Performs the conversion.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more