pub struct CleanupEntry {
pub skill: String,
pub reasons: Vec<String>,
pub token_estimate: usize,
}Fields§
§skill: String§reasons: Vec<String>§token_estimate: usizeTrait Implementations§
Source§impl Clone for CleanupEntry
impl Clone for CleanupEntry
Source§fn clone(&self) -> CleanupEntry
fn clone(&self) -> CleanupEntry
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 CleanupEntry
impl Debug for CleanupEntry
Auto Trait Implementations§
impl Freeze for CleanupEntry
impl RefUnwindSafe for CleanupEntry
impl Send for CleanupEntry
impl Sync for CleanupEntry
impl Unpin for CleanupEntry
impl UnsafeUnpin for CleanupEntry
impl UnwindSafe for CleanupEntry
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