pub enum DiffuserErrorKind {
MissingPart(MissingPartError),
}
Variants§
MissingPart(MissingPartError)
Trait Implementations§
Source§impl From<DiffuserErrorKind> for DiffuserError
impl From<DiffuserErrorKind> for DiffuserError
Source§fn from(error: DiffuserErrorKind) -> Self
fn from(error: DiffuserErrorKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiffuserErrorKind
impl RefUnwindSafe for DiffuserErrorKind
impl Send for DiffuserErrorKind
impl Sync for DiffuserErrorKind
impl Unpin for DiffuserErrorKind
impl UnwindSafe for DiffuserErrorKind
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