pub struct DangerousOutput {
pub result: String,
}Expand description
Output from DangerousTool.
Fields§
§result: StringResult text.
Trait Implementations§
Source§impl Debug for DangerousOutput
impl Debug for DangerousOutput
Auto Trait Implementations§
impl Freeze for DangerousOutput
impl RefUnwindSafe for DangerousOutput
impl Send for DangerousOutput
impl Sync for DangerousOutput
impl Unpin for DangerousOutput
impl UnsafeUnpin for DangerousOutput
impl UnwindSafe for DangerousOutput
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