pub struct Red {
pub row: &'static str,
pub why: String,
}Expand description
One row of the cascade: what went red, and why.
Fields§
§row: &'static str§why: StringTrait Implementations§
impl Eq for Red
impl StructuralPartialEq for Red
Auto Trait Implementations§
impl Freeze for Red
impl RefUnwindSafe for Red
impl Send for Red
impl Sync for Red
impl Unpin for Red
impl UnsafeUnpin for Red
impl UnwindSafe for Red
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