pub struct SessionCostGuardrail {
pub kind: String,
pub severity: String,
pub message: String,
pub guidance: String,
}Fields§
§kind: String§severity: String§message: String§guidance: StringTrait Implementations§
Source§impl Clone for SessionCostGuardrail
impl Clone for SessionCostGuardrail
Source§fn clone(&self) -> SessionCostGuardrail
fn clone(&self) -> SessionCostGuardrail
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 moreSource§impl Debug for SessionCostGuardrail
impl Debug for SessionCostGuardrail
impl Eq for SessionCostGuardrail
Source§impl PartialEq for SessionCostGuardrail
impl PartialEq for SessionCostGuardrail
Source§impl Serialize for SessionCostGuardrail
impl Serialize for SessionCostGuardrail
impl StructuralPartialEq for SessionCostGuardrail
Auto Trait Implementations§
impl Freeze for SessionCostGuardrail
impl RefUnwindSafe for SessionCostGuardrail
impl Send for SessionCostGuardrail
impl Sync for SessionCostGuardrail
impl Unpin for SessionCostGuardrail
impl UnsafeUnpin for SessionCostGuardrail
impl UnwindSafe for SessionCostGuardrail
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.