pub struct MeshTopicPayload {
pub topic: String,
pub data_base64: String,
pub author: Option<String>,
}Fields§
§topic: String§data_base64: StringTrait Implementations§
Source§impl Debug for MeshTopicPayload
impl Debug for MeshTopicPayload
Auto Trait Implementations§
impl Freeze for MeshTopicPayload
impl RefUnwindSafe for MeshTopicPayload
impl Send for MeshTopicPayload
impl Sync for MeshTopicPayload
impl Unpin for MeshTopicPayload
impl UnsafeUnpin for MeshTopicPayload
impl UnwindSafe for MeshTopicPayload
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