pub struct StripeParseError;
Expand description
Error representing a failure to parse a Stripe enum
Trait Implementations§
Source§impl Debug for StripeParseError
impl Debug for StripeParseError
Source§impl Display for StripeParseError
impl Display for StripeParseError
Source§impl Error for StripeParseError
impl Error for StripeParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 StripeParseError
impl RefUnwindSafe for StripeParseError
impl Send for StripeParseError
impl Sync for StripeParseError
impl Unpin for StripeParseError
impl UnwindSafe for StripeParseError
Blanket Implementations§
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