pub struct Stdout {
pub timestamp: f32,
pub message: String,
pub seqnum: u16,
}Expand description
Contains data outputted to standard output from robot code. Can be consumed by API users to display code logs
Fields§
§timestamp: f32§message: String§seqnum: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stdout
impl RefUnwindSafe for Stdout
impl Send for Stdout
impl Sync for Stdout
impl Unpin for Stdout
impl UnsafeUnpin for Stdout
impl UnwindSafe for Stdout
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