pub struct SessionCostPromptCacheAction {
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 SessionCostPromptCacheAction
impl Clone for SessionCostPromptCacheAction
Source§fn clone(&self) -> SessionCostPromptCacheAction
fn clone(&self) -> SessionCostPromptCacheAction
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 SessionCostPromptCacheAction
impl Debug for SessionCostPromptCacheAction
impl Eq for SessionCostPromptCacheAction
Source§impl Serialize for SessionCostPromptCacheAction
impl Serialize for SessionCostPromptCacheAction
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SessionCostPromptCacheAction
Auto Trait Implementations§
impl Freeze for SessionCostPromptCacheAction
impl RefUnwindSafe for SessionCostPromptCacheAction
impl Send for SessionCostPromptCacheAction
impl Sync for SessionCostPromptCacheAction
impl Unpin for SessionCostPromptCacheAction
impl UnsafeUnpin for SessionCostPromptCacheAction
impl UnwindSafe for SessionCostPromptCacheAction
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.