pub struct CouldNotDecodeBase64Data;
Expand description
Error returned when invalid Base64 data was sent.
Trait Implementations§
source§impl Debug for CouldNotDecodeBase64Data
impl Debug for CouldNotDecodeBase64Data
source§impl Default for CouldNotDecodeBase64Data
impl Default for CouldNotDecodeBase64Data
source§fn default() -> CouldNotDecodeBase64Data
fn default() -> CouldNotDecodeBase64Data
Returns the “default value” for a type. Read more
source§impl Display for CouldNotDecodeBase64Data
impl Display for CouldNotDecodeBase64Data
source§impl Error for CouldNotDecodeBase64Data
impl Error for CouldNotDecodeBase64Data
1.30.0 · 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()
Auto Trait Implementations§
impl Freeze for CouldNotDecodeBase64Data
impl RefUnwindSafe for CouldNotDecodeBase64Data
impl Send for CouldNotDecodeBase64Data
impl Sync for CouldNotDecodeBase64Data
impl Unpin for CouldNotDecodeBase64Data
impl UnwindSafe for CouldNotDecodeBase64Data
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
source§impl<T> IntoSql for T
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moresource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more