pub struct Queue {Show 13 fields
pub name: String,
pub group_name: String,
pub avg_items_per_second: usize,
pub current_idle_time: Option<String>,
pub current_item_processing_time: Option<String>,
pub idle_time_percent: f32,
pub length_current_try_peak: i64,
pub length_lifetime_peak: i64,
pub length: i64,
pub avg_processing_time: f64,
pub total_items_processed: i64,
pub in_progress_message: String,
pub last_processed_message: String,
}Fields§
§name: String§group_name: String§avg_items_per_second: usize§current_idle_time: Option<String>§current_item_processing_time: Option<String>§idle_time_percent: f32§length_current_try_peak: i64§length_lifetime_peak: i64§length: i64§avg_processing_time: f64§total_items_processed: i64§in_progress_message: String§last_processed_message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Queue
impl RefUnwindSafe for Queue
impl Send for Queue
impl Sync for Queue
impl Unpin for Queue
impl UnsafeUnpin for Queue
impl UnwindSafe for Queue
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<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request