pub struct PushTelemetryResponse {
pub throttle_time_ms: i32,
pub error_code: i16,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§throttle_time_ms: i32§error_code: i16§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for PushTelemetryResponse
impl Clone for PushTelemetryResponse
Source§fn clone(&self) -> PushTelemetryResponse
fn clone(&self) -> PushTelemetryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PushTelemetryResponse
impl Debug for PushTelemetryResponse
Source§impl Decode<'_> for PushTelemetryResponse
impl Decode<'_> for PushTelemetryResponse
Source§impl Default for PushTelemetryResponse
impl Default for PushTelemetryResponse
Source§fn default() -> PushTelemetryResponse
fn default() -> PushTelemetryResponse
Returns the “default value” for a type. Read more
Source§impl Encode for PushTelemetryResponse
impl Encode for PushTelemetryResponse
impl Eq for PushTelemetryResponse
Source§impl PartialEq for PushTelemetryResponse
impl PartialEq for PushTelemetryResponse
Source§fn eq(&self, other: &PushTelemetryResponse) -> bool
fn eq(&self, other: &PushTelemetryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PushTelemetryResponse
Auto Trait Implementations§
impl Freeze for PushTelemetryResponse
impl RefUnwindSafe for PushTelemetryResponse
impl Send for PushTelemetryResponse
impl Sync for PushTelemetryResponse
impl Unpin for PushTelemetryResponse
impl UnsafeUnpin for PushTelemetryResponse
impl UnwindSafe for PushTelemetryResponse
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