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