pub struct TopicMsg {
pub uuidv7: Uuidv7,
pub msg: Vec<u8>,
}Fields§
§uuidv7: Uuidv7§msg: Vec<u8>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TopicMsg
impl<'de> Deserialize<'de> for TopicMsg
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
impl StructuralPartialEq for TopicMsg
Auto Trait Implementations§
impl Freeze for TopicMsg
impl RefUnwindSafe for TopicMsg
impl Send for TopicMsg
impl Sync for TopicMsg
impl Unpin for TopicMsg
impl UnwindSafe for TopicMsg
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