pub struct LastWill {
pub topic: String,
pub message: String,
pub qos: QoS,
pub retain: bool,
}
Fields§
§topic: String
§message: String
§qos: QoS
§retain: bool
Trait Implementations§
impl StructuralPartialEq for LastWill
Auto Trait Implementations§
impl Freeze for LastWill
impl RefUnwindSafe for LastWill
impl Send for LastWill
impl Sync for LastWill
impl Unpin for LastWill
impl UnwindSafe for LastWill
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