Struct gh_workflow_parser::err_msg_parse::yocto_err::YoctoError
source · pub struct YoctoError { /* private fields */ }
Implementations§
source§impl YoctoError
impl YoctoError
pub fn new( summary: String, kind: YoctoFailureKind, logfile: Option<YoctoFailureLog> ) -> Self
pub fn summary(&self) -> &str
pub fn kind(&self) -> YoctoFailureKind
pub fn logfile(&self) -> Option<&YoctoFailureLog>
Trait Implementations§
source§impl Debug for YoctoError
impl Debug for YoctoError
source§impl Ord for YoctoError
impl Ord for YoctoError
source§fn cmp(&self, other: &YoctoError) -> Ordering
fn cmp(&self, other: &YoctoError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for YoctoError
impl PartialEq for YoctoError
source§fn eq(&self, other: &YoctoError) -> bool
fn eq(&self, other: &YoctoError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for YoctoError
impl PartialOrd for YoctoError
source§fn partial_cmp(&self, other: &YoctoError) -> Option<Ordering>
fn partial_cmp(&self, other: &YoctoError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for YoctoError
impl StructuralPartialEq for YoctoError
Auto Trait Implementations§
impl RefUnwindSafe for YoctoError
impl Send for YoctoError
impl Sync for YoctoError
impl Unpin for YoctoError
impl UnwindSafe for YoctoError
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