pub struct ConfigureVecOutcome {
pub kind: String,
pub enqueued_backfill_rows: usize,
pub was_already_enabled: bool,
}Expand description
Outcome of AdminService::configure_vec_kind.
Fields§
§kind: StringNode kind that was configured.
enqueued_backfill_rows: usizeNumber of backfill rows newly enqueued in vector_projection_work.
was_already_enabled: boolTrue if this kind already had an enabled vector index schema row before the call.
Trait Implementations§
Source§impl Clone for ConfigureVecOutcome
impl Clone for ConfigureVecOutcome
Source§fn clone(&self) -> ConfigureVecOutcome
fn clone(&self) -> ConfigureVecOutcome
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 ConfigureVecOutcome
impl Debug for ConfigureVecOutcome
Source§impl PartialEq for ConfigureVecOutcome
impl PartialEq for ConfigureVecOutcome
Source§impl Serialize for ConfigureVecOutcome
impl Serialize for ConfigureVecOutcome
impl Eq for ConfigureVecOutcome
impl StructuralPartialEq for ConfigureVecOutcome
Auto Trait Implementations§
impl Freeze for ConfigureVecOutcome
impl RefUnwindSafe for ConfigureVecOutcome
impl Send for ConfigureVecOutcome
impl Sync for ConfigureVecOutcome
impl Unpin for ConfigureVecOutcome
impl UnsafeUnpin for ConfigureVecOutcome
impl UnwindSafe for ConfigureVecOutcome
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§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.