pub struct GuardrailSet { /* private fields */ }Expand description
A set of guardrails to run together
Implementations§
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 !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