Struct aws_sdk_rust::aws::errors::creds::CredentialsError
[−]
[src]
pub struct CredentialsError { pub message: String, }
Fields
message: String
Methods
impl CredentialsError
[src]
fn new(message: &str) -> CredentialsError
Trait Implementations
impl Debug for CredentialsError
[src]
impl PartialEq for CredentialsError
[src]
fn eq(&self, __arg_0: &CredentialsError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CredentialsError) -> bool
This method tests for !=
.
impl Default for CredentialsError
[src]
fn default() -> CredentialsError
Returns the "default value" for a type. Read more
impl Decodable for CredentialsError
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<CredentialsError, __D::Error>
__arg_0: &mut __D
) -> Result<CredentialsError, __D::Error>
Deserialize a value using a Decoder
.
impl Encodable for CredentialsError
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder
.
impl Display for CredentialsError
[src]
impl Error for CredentialsError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more
impl From<ParseError> for CredentialsError
[src]
fn from(err: ParseError) -> CredentialsError
Performs the conversion.
impl From<IoError> for CredentialsError
[src]
fn from(err: IoError) -> CredentialsError
Performs the conversion.