pub struct DroppedMsg {
pub broker_ts: UtcTime,
pub attempts: i32,
pub undocumented: JsonObject,
}Fields§
§broker_ts: UtcTime§attempts: i32§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for DroppedMsg
impl Clone for DroppedMsg
Source§fn clone(&self) -> DroppedMsg
fn clone(&self) -> DroppedMsg
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 DroppedMsg
impl Debug for DroppedMsg
Source§impl<'de> Deserialize<'de> for DroppedMsg
impl<'de> Deserialize<'de> for DroppedMsg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DroppedMsg
impl PartialEq for DroppedMsg
Source§fn eq(&self, other: &DroppedMsg) -> bool
fn eq(&self, other: &DroppedMsg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DroppedMsg
impl Serialize for DroppedMsg
impl StructuralPartialEq for DroppedMsg
Auto Trait Implementations§
impl Freeze for DroppedMsg
impl RefUnwindSafe for DroppedMsg
impl Send for DroppedMsg
impl Sync for DroppedMsg
impl Unpin for DroppedMsg
impl UnsafeUnpin for DroppedMsg
impl UnwindSafe for DroppedMsg
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