[−][src]Struct mqtt_v5::types::FinalWill
Fields
topic: Stringpayload: Vec<u8>qos: QoSshould_retain: boolwill_delay_interval: Option<WillDelayInterval>payload_format_indicator: Option<PayloadFormatIndicator>message_expiry_interval: Option<MessageExpiryInterval>content_type: Option<ContentType>response_topic: Option<ResponseTopic>correlation_data: Option<CorrelationData>user_properties: Vec<UserProperty>Trait Implementations
impl Debug for FinalWill[src]
impl PartialEq<FinalWill> for FinalWill[src]
impl PropertySize for FinalWill[src]
fn property_size(&self) -> u32[src]
impl StructuralPartialEq for FinalWill[src]
Auto Trait Implementations
impl RefUnwindSafe for FinalWill
impl Send for FinalWill
impl Sync for FinalWill
impl Unpin for FinalWill
impl UnwindSafe for FinalWill
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,