pub struct CompactionTriggerItemParam {
pub id: Option<String>,
}Available on crate feature
response-types only.Expand description
Compacts the current context. Must be the final input item.
Fields§
§id: Option<String>Trait Implementations§
Source§impl Clone for CompactionTriggerItemParam
impl Clone for CompactionTriggerItemParam
Source§fn clone(&self) -> CompactionTriggerItemParam
fn clone(&self) -> CompactionTriggerItemParam
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 CompactionTriggerItemParam
impl Debug for CompactionTriggerItemParam
Source§impl<'de> Deserialize<'de> for CompactionTriggerItemParam
impl<'de> Deserialize<'de> for CompactionTriggerItemParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CompactionTriggerItemParam
Auto Trait Implementations§
impl Freeze for CompactionTriggerItemParam
impl RefUnwindSafe for CompactionTriggerItemParam
impl Send for CompactionTriggerItemParam
impl Sync for CompactionTriggerItemParam
impl Unpin for CompactionTriggerItemParam
impl UnsafeUnpin for CompactionTriggerItemParam
impl UnwindSafe for CompactionTriggerItemParam
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