pub struct NodeTopic {
pub topic: String,
pub message_type: NodeMessage,
}Fields§
§topic: String§message_type: NodeMessageImplementations§
Trait Implementations§
impl StructuralPartialEq for NodeTopic
Auto Trait Implementations§
impl Freeze for NodeTopic
impl RefUnwindSafe for NodeTopic
impl Send for NodeTopic
impl Sync for NodeTopic
impl Unpin for NodeTopic
impl UnwindSafe for NodeTopic
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