pub struct MessageActionDataBody {
pub message_timetoken: String,
pub action_timetoken: String,
pub type: String,
pub value: String,
}Expand description
Information about message action for which update has been generated.
Fields§
§message_timetoken: StringTimetoken of message for which action has been added / removed.
action_timetoken: StringTimetoken of message action which has been added / removed.
type: StringMessage action type.
value: StringValue associated with message action type.
Trait Implementations§
Source§impl Clone for MessageActionDataBody
impl Clone for MessageActionDataBody
Source§fn clone(&self) -> MessageActionDataBody
fn clone(&self) -> MessageActionDataBody
Returns a duplicate of the value. Read more
1.0.0 · 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 MessageActionDataBody
impl Debug for MessageActionDataBody
Source§impl<'de> Deserialize<'de> for MessageActionDataBody
impl<'de> Deserialize<'de> for MessageActionDataBody
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 Hash for MessageActionDataBody
impl Hash for MessageActionDataBody
Source§impl Ord for MessageActionDataBody
impl Ord for MessageActionDataBody
Source§fn cmp(&self, other: &MessageActionDataBody) -> Ordering
fn cmp(&self, other: &MessageActionDataBody) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MessageActionDataBody
impl PartialEq for MessageActionDataBody
Source§impl PartialOrd for MessageActionDataBody
impl PartialOrd for MessageActionDataBody
impl Eq for MessageActionDataBody
impl StructuralPartialEq for MessageActionDataBody
Auto Trait Implementations§
impl Freeze for MessageActionDataBody
impl RefUnwindSafe for MessageActionDataBody
impl Send for MessageActionDataBody
impl Sync for MessageActionDataBody
impl Unpin for MessageActionDataBody
impl UnwindSafe for MessageActionDataBody
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<'de, D> Deserialize<'de> for D
impl<'de, D> Deserialize<'de> for D
Source§fn deserialize(
bytes: &'de [u8],
) -> Result<<D as Deserialize<'de>>::Type, PubNubError>
fn deserialize( bytes: &'de [u8], ) -> Result<<D as Deserialize<'de>>::Type, PubNubError>
Deserialize the value
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.