Struct puff_rs::databases::pubsub::PubSubMessage
source · pub struct PubSubMessage { /* private fields */ }Expand description
A message received from a pubsub channel.
Implementations
sourceimpl PubSubMessage
impl PubSubMessage
Trait Implementations
sourceimpl Clone for PubSubMessage
impl Clone for PubSubMessage
sourcefn clone(&self) -> PubSubMessage
fn clone(&self) -> PubSubMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for PubSubMessage
impl<'de> Deserialize<'de> for PubSubMessage
sourcefn 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
sourceimpl Puff for PubSubMessage
impl Puff for PubSubMessage
sourceimpl Serialize for PubSubMessage
impl Serialize for PubSubMessage
Auto Trait Implementations
impl RefUnwindSafe for PubSubMessage
impl Send for PubSubMessage
impl Sync for PubSubMessage
impl Unpin for PubSubMessage
impl UnwindSafe for PubSubMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more