pub struct PolicyId(/* private fields */);Expand description
Opaque identifier for a runtime prompt policy installed on an crate::AgentHandle.
Trait Implementations§
impl Copy for PolicyId
impl Eq for PolicyId
impl StructuralPartialEq for PolicyId
Auto Trait Implementations§
impl Freeze for PolicyId
impl RefUnwindSafe for PolicyId
impl Send for PolicyId
impl Sync for PolicyId
impl Unpin for PolicyId
impl UnsafeUnpin for PolicyId
impl UnwindSafe for PolicyId
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