Struct taurus_api::payload::MessageObject
source · pub struct MessageObject {
pub message: Vec<MesssageDetails>,
}Fields§
§message: Vec<MesssageDetails>Trait Implementations§
source§impl Clone for MessageObject
impl Clone for MessageObject
source§fn clone(&self) -> MessageObject
fn clone(&self) -> MessageObject
Returns a copy 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 MessageObject
impl Debug for MessageObject
source§impl PartialEq<MessageObject> for MessageObject
impl PartialEq<MessageObject> for MessageObject
source§fn eq(&self, other: &MessageObject) -> bool
fn eq(&self, other: &MessageObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageObject
impl Serialize for MessageObject
impl Eq for MessageObject
impl StructuralEq for MessageObject
impl StructuralPartialEq for MessageObject
Auto Trait Implementations§
impl RefUnwindSafe for MessageObject
impl Send for MessageObject
impl Sync for MessageObject
impl Unpin for MessageObject
impl UnwindSafe for MessageObject
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.