pub struct GGuard { /* private fields */ }Expand description
A guard that validates agent output.
Implementations§
Trait Implementations§
Source§impl BitOr<GGuard> for GComposite
impl BitOr<GGuard> for GComposite
Auto Trait Implementations§
impl Freeze for GGuard
impl !RefUnwindSafe for GGuard
impl Send for GGuard
impl Sync for GGuard
impl Unpin for GGuard
impl !UnwindSafe for GGuard
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