pub struct YoctoFailureLog {
pub name: String,
pub contents: String,
}
Fields§
§name: String
§contents: String
Trait Implementations§
source§impl Debug for YoctoFailureLog
impl Debug for YoctoFailureLog
source§impl Ord for YoctoFailureLog
impl Ord for YoctoFailureLog
source§fn cmp(&self, other: &YoctoFailureLog) -> Ordering
fn cmp(&self, other: &YoctoFailureLog) -> 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 YoctoFailureLog
impl PartialEq for YoctoFailureLog
source§fn eq(&self, other: &YoctoFailureLog) -> bool
fn eq(&self, other: &YoctoFailureLog) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for YoctoFailureLog
impl PartialOrd for YoctoFailureLog
source§fn partial_cmp(&self, other: &YoctoFailureLog) -> Option<Ordering>
fn partial_cmp(&self, other: &YoctoFailureLog) -> 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 YoctoFailureLog
impl StructuralPartialEq for YoctoFailureLog
Auto Trait Implementations§
impl RefUnwindSafe for YoctoFailureLog
impl Send for YoctoFailureLog
impl Sync for YoctoFailureLog
impl Unpin for YoctoFailureLog
impl UnwindSafe for YoctoFailureLog
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