Enum taos_query::tmq::MessageSet
source · pub enum MessageSet<M, D> {
Meta(M),
Data(D),
MetaData(M, D),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, D> RefUnwindSafe for MessageSet<M, D>where D: RefUnwindSafe, M: RefUnwindSafe,
impl<M, D> Send for MessageSet<M, D>where D: Send, M: Send,
impl<M, D> Sync for MessageSet<M, D>where D: Sync, M: Sync,
impl<M, D> Unpin for MessageSet<M, D>where D: Unpin, M: Unpin,
impl<M, D> UnwindSafe for MessageSet<M, D>where D: UnwindSafe, M: UnwindSafe,
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