pub struct PreToolDecision {
pub blocked: bool,
pub reason: String,
pub output: String,
}Fields§
§blocked: bool§reason: String§output: StringAuto Trait Implementations§
impl Freeze for PreToolDecision
impl RefUnwindSafe for PreToolDecision
impl Send for PreToolDecision
impl Sync for PreToolDecision
impl Unpin for PreToolDecision
impl UnsafeUnpin for PreToolDecision
impl UnwindSafe for PreToolDecision
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