pub struct DelegateMessage {
pub topic: TopicCode,
pub message: Message,
pub source: NodeId,
}Fields§
§topic: TopicCode§message: Message§source: NodeIdTrait Implementations§
Source§impl Clone for DelegateMessage
impl Clone for DelegateMessage
Source§fn clone(&self) -> DelegateMessage
fn clone(&self) -> DelegateMessage
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 DelegateMessage
impl Debug for DelegateMessage
Source§impl<'de> Deserialize<'de> for DelegateMessage
impl<'de> Deserialize<'de> for DelegateMessage
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
Auto Trait Implementations§
impl !Freeze for DelegateMessage
impl RefUnwindSafe for DelegateMessage
impl Send for DelegateMessage
impl Sync for DelegateMessage
impl Unpin for DelegateMessage
impl UnsafeUnpin for DelegateMessage
impl UnwindSafe for DelegateMessage
Blanket Implementations§
impl<T> AppData for Twhere
T: OptionalSend + OptionalSync + 'static + OptionalSerde,
impl<T> AppDataResponse for Twhere
T: OptionalSend + OptionalSync + 'static + OptionalSerde,
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