pub struct GuardrailSet { /* private fields */ }Expand description
A collection of guardrails to execute together.
Use the builder-style with method to add guardrails.
Implementations§
Source§impl GuardrailSet
impl GuardrailSet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuardrailSet
impl !RefUnwindSafe for GuardrailSet
impl Send for GuardrailSet
impl Sync for GuardrailSet
impl Unpin for GuardrailSet
impl UnsafeUnpin for GuardrailSet
impl !UnwindSafe for GuardrailSet
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