pub struct BroadcastFeedMessage {
pub sequence_number: u64,
pub message_with_meta_data: MessageWithMetadata,
}Fields§
§sequence_number: u64§message_with_meta_data: MessageWithMetadataTrait Implementations§
Source§impl Clone for BroadcastFeedMessage
impl Clone for BroadcastFeedMessage
Source§fn clone(&self) -> BroadcastFeedMessage
fn clone(&self) -> BroadcastFeedMessage
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 BroadcastFeedMessage
impl Debug for BroadcastFeedMessage
Source§impl Default for BroadcastFeedMessage
impl Default for BroadcastFeedMessage
Source§fn default() -> BroadcastFeedMessage
fn default() -> BroadcastFeedMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BroadcastFeedMessage
impl<'de> Deserialize<'de> for BroadcastFeedMessage
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 BroadcastFeedMessage
impl PartialEq for BroadcastFeedMessage
Source§fn eq(&self, other: &BroadcastFeedMessage) -> bool
fn eq(&self, other: &BroadcastFeedMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BroadcastFeedMessage
impl Serialize for BroadcastFeedMessage
impl StructuralPartialEq for BroadcastFeedMessage
Auto Trait Implementations§
impl Freeze for BroadcastFeedMessage
impl RefUnwindSafe for BroadcastFeedMessage
impl Send for BroadcastFeedMessage
impl Sync for BroadcastFeedMessage
impl Unpin for BroadcastFeedMessage
impl UnsafeUnpin for BroadcastFeedMessage
impl UnwindSafe for BroadcastFeedMessage
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