pub struct OpcSearchIndexStatusResponse {Show 14 fields
pub server: String,
pub state: String,
pub auto_refresh_enabled: bool,
pub active_generation: u64,
pub entry_count: u64,
pub unique_item_count: u64,
pub started_at: Option<String>,
pub completed_at: Option<String>,
pub last_error: Option<String>,
pub database_bytes: u64,
pub organization: String,
pub source: String,
pub progress: Option<OpcIndexedSearchProgressResponse>,
pub scheduler: OpcIndexSchedulerResponse,
}Fields§
§server: String§state: String§auto_refresh_enabled: bool§active_generation: u64§entry_count: u64§unique_item_count: u64§started_at: Option<String>§completed_at: Option<String>§last_error: Option<String>§database_bytes: u64§organization: String§source: String§progress: Option<OpcIndexedSearchProgressResponse>§scheduler: OpcIndexSchedulerResponseTrait Implementations§
Source§impl ComposeSchema for OpcSearchIndexStatusResponse
impl ComposeSchema for OpcSearchIndexStatusResponse
Source§impl Debug for OpcSearchIndexStatusResponse
impl Debug for OpcSearchIndexStatusResponse
Source§impl From<SearchIndexStatus> for OpcSearchIndexStatusResponse
impl From<SearchIndexStatus> for OpcSearchIndexStatusResponse
Source§fn from(status: SearchIndexStatus) -> Self
fn from(status: SearchIndexStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OpcSearchIndexStatusResponse
impl RefUnwindSafe for OpcSearchIndexStatusResponse
impl Send for OpcSearchIndexStatusResponse
impl Sync for OpcSearchIndexStatusResponse
impl Unpin for OpcSearchIndexStatusResponse
impl UnsafeUnpin for OpcSearchIndexStatusResponse
impl UnwindSafe for OpcSearchIndexStatusResponse
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Applies the layer to a service and wraps it in [
Layered].