pub struct BundleBroadcastUpdate {
pub sender_id: UserId,
pub message: JsonPayload,
}Fields§
§sender_id: UserId§message: JsonPayloadTrait Implementations§
Source§impl Clone for BundleBroadcastUpdate
impl Clone for BundleBroadcastUpdate
Source§fn clone(&self) -> BundleBroadcastUpdate
fn clone(&self) -> BundleBroadcastUpdate
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 BundleBroadcastUpdate
impl Debug for BundleBroadcastUpdate
Source§impl<'de> Deserialize<'de> for BundleBroadcastUpdate
impl<'de> Deserialize<'de> for BundleBroadcastUpdate
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 BundleBroadcastUpdate
impl PartialEq for BundleBroadcastUpdate
Source§impl Serialize for BundleBroadcastUpdate
impl Serialize for BundleBroadcastUpdate
impl Eq for BundleBroadcastUpdate
impl StructuralPartialEq for BundleBroadcastUpdate
Auto Trait Implementations§
impl Freeze for BundleBroadcastUpdate
impl RefUnwindSafe for BundleBroadcastUpdate
impl Send for BundleBroadcastUpdate
impl Sync for BundleBroadcastUpdate
impl Unpin for BundleBroadcastUpdate
impl UnsafeUnpin for BundleBroadcastUpdate
impl UnwindSafe for BundleBroadcastUpdate
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