pub struct LogBundle {
pub fmt_stdout: String,
pub fmt_stderr: String,
pub clippy_stdout: String,
pub clippy_stderr: String,
pub test_stdout: String,
pub test_stderr: String,
pub timings: CommandTimings,
}Fields§
§fmt_stdout: String§fmt_stderr: String§clippy_stdout: String§clippy_stderr: String§test_stdout: String§test_stderr: String§timings: CommandTimingsTrait Implementations§
Source§impl<'de> Deserialize<'de> for LogBundle
impl<'de> Deserialize<'de> for LogBundle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LogBundle
impl RefUnwindSafe for LogBundle
impl Send for LogBundle
impl Sync for LogBundle
impl Unpin for LogBundle
impl UnsafeUnpin for LogBundle
impl UnwindSafe for LogBundle
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