pub enum MessageObjectType {
Message,
}
Expand description
The object type for message.
Variants§
Message
message
Trait Implementations§
Source§impl Clone for MessageObjectType
impl Clone for MessageObjectType
Source§fn clone(&self) -> MessageObjectType
fn clone(&self) -> MessageObjectType
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 MessageObjectType
impl Debug for MessageObjectType
Source§impl Default for MessageObjectType
impl Default for MessageObjectType
Source§impl<'de> Deserialize<'de> for MessageObjectType
impl<'de> Deserialize<'de> for MessageObjectType
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 Display for MessageObjectType
impl Display for MessageObjectType
Source§impl PartialEq for MessageObjectType
impl PartialEq for MessageObjectType
Source§impl Serialize for MessageObjectType
impl Serialize for MessageObjectType
impl Copy for MessageObjectType
impl Eq for MessageObjectType
impl StructuralPartialEq for MessageObjectType
Auto Trait Implementations§
impl Freeze for MessageObjectType
impl RefUnwindSafe for MessageObjectType
impl Send for MessageObjectType
impl Sync for MessageObjectType
impl Unpin for MessageObjectType
impl UnwindSafe for MessageObjectType
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> 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.