pub struct PreEvent {
pub session_id: String,
pub tool_use_id: String,
pub tool_name: String,
pub cwd: PathBuf,
pub command: String,
}Fields§
§session_id: String§tool_use_id: String§tool_name: String§cwd: PathBuf§command: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PreEvent
impl RefUnwindSafe for PreEvent
impl Send for PreEvent
impl Sync for PreEvent
impl Unpin for PreEvent
impl UnsafeUnpin for PreEvent
impl UnwindSafe for PreEvent
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