pub enum ErrorMessageSummary {
Yocto(YoctoError),
Other(String),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ErrorMessageSummary
impl Send for ErrorMessageSummary
impl Sync for ErrorMessageSummary
impl Unpin for ErrorMessageSummary
impl UnwindSafe for ErrorMessageSummary
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