pub struct CdcDiagnosticsResponse {Show 16 fields
pub malformed_change_records: u64,
pub total_change_attempts: u64,
pub malformed_ratio: f64,
pub guardrail_warn_triggered: bool,
pub guardrail_abort_triggered: bool,
pub first_warn_ts_ms: i64,
pub first_abort_ts_ms: i64,
pub guardrail_epoch: u64,
pub uptime_ms: i64,
pub backpressure: bool,
pub config: Option<CdcDiagnosticsConfig>,
pub engine: Option<CdcDiagnosticsEngine>,
pub malformed_snapshots: Vec<CdcMalformedSnapshot>,
pub malformed_hashes: Vec<CdcMalformedHash>,
pub version: String,
pub timestamp_ms: i64,
}Fields§
§malformed_change_records: u64§total_change_attempts: u64§malformed_ratio: f64§guardrail_warn_triggered: bool§guardrail_abort_triggered: bool§first_warn_ts_ms: i64§first_abort_ts_ms: i64§guardrail_epoch: u64§uptime_ms: i64§backpressure: bool§config: Option<CdcDiagnosticsConfig>§engine: Option<CdcDiagnosticsEngine>§malformed_snapshots: Vec<CdcMalformedSnapshot>§malformed_hashes: Vec<CdcMalformedHash>§version: String§timestamp_ms: i64Trait Implementations§
Source§impl Clone for CdcDiagnosticsResponse
impl Clone for CdcDiagnosticsResponse
Source§fn clone(&self) -> CdcDiagnosticsResponse
fn clone(&self) -> CdcDiagnosticsResponse
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 CdcDiagnosticsResponse
impl Debug for CdcDiagnosticsResponse
Source§impl Default for CdcDiagnosticsResponse
impl Default for CdcDiagnosticsResponse
Source§impl Message for CdcDiagnosticsResponse
impl Message for CdcDiagnosticsResponse
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.Source§impl PartialEq for CdcDiagnosticsResponse
impl PartialEq for CdcDiagnosticsResponse
impl StructuralPartialEq for CdcDiagnosticsResponse
Auto Trait Implementations§
impl Freeze for CdcDiagnosticsResponse
impl RefUnwindSafe for CdcDiagnosticsResponse
impl Send for CdcDiagnosticsResponse
impl Sync for CdcDiagnosticsResponse
impl Unpin for CdcDiagnosticsResponse
impl UnwindSafe for CdcDiagnosticsResponse
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<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