pub enum TrimLevel {
Full,
Standard,
Minimal,
}Expand description
Detail level for TOON encoding.
Controls which fields are included in the output. Used by budget pipeline for progressive detail reduction.
Variants§
Full
All fields (~750 tokens/issue)
Standard
Core fields, without timestamps and avatar_url (~400 tokens/issue)
Minimal
Only key fields: key, title, state (~150 tokens/issue)
Trait Implementations§
impl Copy for TrimLevel
impl Eq for TrimLevel
impl StructuralPartialEq for TrimLevel
Auto Trait Implementations§
impl Freeze for TrimLevel
impl RefUnwindSafe for TrimLevel
impl Send for TrimLevel
impl Sync for TrimLevel
impl Unpin for TrimLevel
impl UnsafeUnpin for TrimLevel
impl UnwindSafe for TrimLevel
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.