pub struct EphemeralConfig {
pub keep_count: usize,
}Expand description
Ephemeral message configuration per tool
Fields§
§keep_count: usizeHow many outputs to keep (None = not ephemeral)
Trait Implementations§
Source§impl Clone for EphemeralConfig
impl Clone for EphemeralConfig
Source§fn clone(&self) -> EphemeralConfig
fn clone(&self) -> EphemeralConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 EphemeralConfig
impl Debug for EphemeralConfig
Source§impl Default for EphemeralConfig
impl Default for EphemeralConfig
impl Copy for EphemeralConfig
Auto Trait Implementations§
impl Freeze for EphemeralConfig
impl RefUnwindSafe for EphemeralConfig
impl Send for EphemeralConfig
impl Sync for EphemeralConfig
impl Unpin for EphemeralConfig
impl UnsafeUnpin for EphemeralConfig
impl UnwindSafe for EphemeralConfig
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