pub struct PublisherDetails {
pub topic_name: String,
pub message_type: String,
pub latched: bool,
}
Fields§
§topic_name: String
§message_type: String
§latched: bool
Trait Implementations§
Source§impl Clone for PublisherDetails
impl Clone for PublisherDetails
Source§fn clone(&self) -> PublisherDetails
fn clone(&self) -> PublisherDetails
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 PublisherDetails
impl Debug for PublisherDetails
Source§impl Default for PublisherDetails
impl Default for PublisherDetails
Source§impl<'de> Deserialize<'de> for PublisherDetails
impl<'de> Deserialize<'de> for PublisherDetails
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 PublisherDetails
impl PartialEq for PublisherDetails
Source§impl Serialize for PublisherDetails
impl Serialize for PublisherDetails
impl Message for PublisherDetails
impl StructuralPartialEq for PublisherDetails
Auto Trait Implementations§
impl Freeze for PublisherDetails
impl RefUnwindSafe for PublisherDetails
impl Send for PublisherDetails
impl Sync for PublisherDetails
impl Unpin for PublisherDetails
impl UnwindSafe for PublisherDetails
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