pub struct PolicyReview {
pub call: ToolCall,
pub mode: PolicyMode,
pub context: ToolExecutionContext,
}Fields§
§call: ToolCall§mode: PolicyMode§context: ToolExecutionContextTrait Implementations§
Source§impl Clone for PolicyReview
impl Clone for PolicyReview
Source§fn clone(&self) -> PolicyReview
fn clone(&self) -> PolicyReview
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PolicyReview
impl !UnwindSafe for PolicyReview
impl Freeze for PolicyReview
impl Send for PolicyReview
impl Sync for PolicyReview
impl Unpin for PolicyReview
impl UnsafeUnpin for PolicyReview
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