pub struct OutputRecord {
pub kind: OutputKind,
pub message: String,
}Fields§
§kind: OutputKind§message: StringAuto Trait Implementations§
impl Freeze for OutputRecord
impl RefUnwindSafe for OutputRecord
impl Send for OutputRecord
impl Sync for OutputRecord
impl Unpin for OutputRecord
impl UnwindSafe for OutputRecord
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