pub struct RobotOrphansOutput {
pub envelope: RobotEnvelope,
pub report: OrphanReport,
}Fields§
§envelope: RobotEnvelope§report: OrphanReportTrait Implementations§
Source§impl Debug for RobotOrphansOutput
impl Debug for RobotOrphansOutput
Auto Trait Implementations§
impl Freeze for RobotOrphansOutput
impl RefUnwindSafe for RobotOrphansOutput
impl Send for RobotOrphansOutput
impl Sync for RobotOrphansOutput
impl Unpin for RobotOrphansOutput
impl UnsafeUnpin for RobotOrphansOutput
impl UnwindSafe for RobotOrphansOutput
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