pub struct CustomRustixFrontendError {
pub err: String,
}Fields§
§err: StringTrait Implementations§
Source§impl Debug for CustomRustixFrontendError
impl Debug for CustomRustixFrontendError
Source§impl Display for CustomRustixFrontendError
impl Display for CustomRustixFrontendError
Source§impl Error for CustomRustixFrontendError
impl Error for CustomRustixFrontendError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl From<CustomRustixFrontendError> for RustixError
impl From<CustomRustixFrontendError> for RustixError
Source§fn from(e: CustomRustixFrontendError) -> Self
fn from(e: CustomRustixFrontendError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CustomRustixFrontendError
impl RefUnwindSafe for CustomRustixFrontendError
impl Send for CustomRustixFrontendError
impl Sync for CustomRustixFrontendError
impl Unpin for CustomRustixFrontendError
impl UnwindSafe for CustomRustixFrontendError
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