pub struct GetMessageResponse {
pub channel: String,
pub item: VersionedRealtimeMessage,
}Fields§
§channel: String§item: VersionedRealtimeMessageTrait Implementations§
Source§impl Clone for GetMessageResponse
impl Clone for GetMessageResponse
Source§fn clone(&self) -> GetMessageResponse
fn clone(&self) -> GetMessageResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetMessageResponse
impl Debug for GetMessageResponse
Source§impl<'de> Deserialize<'de> for GetMessageResponse
impl<'de> Deserialize<'de> for GetMessageResponse
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
Source§impl PartialEq for GetMessageResponse
impl PartialEq for GetMessageResponse
Source§fn eq(&self, other: &GetMessageResponse) -> bool
fn eq(&self, other: &GetMessageResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetMessageResponse
impl Serialize for GetMessageResponse
impl StructuralPartialEq for GetMessageResponse
Auto Trait Implementations§
impl !RefUnwindSafe for GetMessageResponse
impl !UnwindSafe for GetMessageResponse
impl Freeze for GetMessageResponse
impl Send for GetMessageResponse
impl Sync for GetMessageResponse
impl Unpin for GetMessageResponse
impl UnsafeUnpin for GetMessageResponse
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