pub struct SimilarCodeCacheClearOutput {
pub schema_version: SimilarCodeCacheClearSchemaVersion,
pub version: ToolVersion,
pub removed: bool,
pub model_removed: bool,
}Expand description
Result of explicitly clearing the derived project-namespaced vector cache.
Fields§
§schema_version: SimilarCodeCacheClearSchemaVersionIndependent cache-clear schema version.
version: ToolVersionFallow version producing the cache-clear envelope.
removed: boolWhether an existing vector cache was removed.
model_removed: boolWhether model artifacts were removed. Version 1 always emits false.
Trait Implementations§
Source§impl Clone for SimilarCodeCacheClearOutput
impl Clone for SimilarCodeCacheClearOutput
Source§impl Debug for SimilarCodeCacheClearOutput
impl Debug for SimilarCodeCacheClearOutput
impl Eq for SimilarCodeCacheClearOutput
impl StructuralPartialEq for SimilarCodeCacheClearOutput
Auto Trait Implementations§
impl Freeze for SimilarCodeCacheClearOutput
impl RefUnwindSafe for SimilarCodeCacheClearOutput
impl Send for SimilarCodeCacheClearOutput
impl Sync for SimilarCodeCacheClearOutput
impl Unpin for SimilarCodeCacheClearOutput
impl UnsafeUnpin for SimilarCodeCacheClearOutput
impl UnwindSafe for SimilarCodeCacheClearOutput
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.