Struct rusoto_core::request::TlsError [] [src]

pub struct TlsError { /* fields omitted */ }

An error produced when the user has an invalid TLS client

Trait Implementations

impl Debug for TlsError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TlsError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Error for TlsError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for TlsError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TlsError

impl Sync for TlsError