pub struct RobotAlertsOutput {
pub envelope: RobotEnvelope,
pub alerts: Vec<Alert>,
pub summary: AlertSummary,
pub usage_hints: Vec<String>,
}Fields§
§envelope: RobotEnvelope§alerts: Vec<Alert>§summary: AlertSummary§usage_hints: Vec<String>Trait Implementations§
Source§impl Clone for RobotAlertsOutput
impl Clone for RobotAlertsOutput
Source§fn clone(&self) -> RobotAlertsOutput
fn clone(&self) -> RobotAlertsOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RobotAlertsOutput
impl Debug for RobotAlertsOutput
Auto Trait Implementations§
impl Freeze for RobotAlertsOutput
impl RefUnwindSafe for RobotAlertsOutput
impl Send for RobotAlertsOutput
impl Sync for RobotAlertsOutput
impl Unpin for RobotAlertsOutput
impl UnsafeUnpin for RobotAlertsOutput
impl UnwindSafe for RobotAlertsOutput
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