Struct cargo_credential::error::StringTypedError
source · struct StringTypedError {
message: String,
source: Option<Box<StringTypedError>>,
}
Expand description
String-based error type with an optional source
Fields§
§message: String
§source: Option<Box<StringTypedError>>
Trait Implementations§
source§impl Debug for StringTypedError
impl Debug for StringTypedError
source§impl Display for StringTypedError
impl Display for StringTypedError
source§impl Error for StringTypedError
impl Error for StringTypedError
source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + '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 StringTypedError
impl RefUnwindSafe for StringTypedError
impl Send for StringTypedError
impl Sync for StringTypedError
impl Unpin for StringTypedError
impl UnwindSafe for StringTypedError
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes