pub struct MissedCommand {
pub prefix: String,
pub description: String,
pub savings_range: String,
pub count: u32,
pub estimated_tokens: usize,
}Fields§
§prefix: String§description: String§savings_range: String§count: u32§estimated_tokens: usizeAuto Trait Implementations§
impl Freeze for MissedCommand
impl RefUnwindSafe for MissedCommand
impl Send for MissedCommand
impl Sync for MissedCommand
impl Unpin for MissedCommand
impl UnsafeUnpin for MissedCommand
impl UnwindSafe for MissedCommand
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