Enum rustc_serialize::base64::FromBase64Error [−][src]
Errors that can occur when decoding a base64 encoded string
Variants
InvalidBase64Byte(u8, usize)
The input contained a character not part of the base64 format
InvalidBase64Length
The input had an invalid length
Trait Implementations
impl Clone for FromBase64Error
[src]
impl Clone for FromBase64Error
fn clone(&self) -> FromBase64Error
[src]
fn clone(&self) -> FromBase64Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for FromBase64Error
[src]
impl Copy for FromBase64Error
impl Debug for FromBase64Error
[src]
impl Debug for FromBase64Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for FromBase64Error
[src]
impl Error for FromBase64Error
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for FromBase64Error
[src]
impl Display for FromBase64Error
Auto Trait Implementations
impl Send for FromBase64Error
impl Send for FromBase64Error
impl Sync for FromBase64Error
impl Sync for FromBase64Error