pub struct OutputLog {
pub timestamp: String,
pub output: String,
}Expand description
Represents the output generated by a command.
Fields§
§timestamp: String§output: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for OutputLog
impl<'de> Deserialize<'de> for OutputLog
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 OutputLog
impl RefUnwindSafe for OutputLog
impl Send for OutputLog
impl Sync for OutputLog
impl Unpin for OutputLog
impl UnsafeUnpin for OutputLog
impl UnwindSafe for OutputLog
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