Enum xmpp_parsers::message::MessageType
source · pub enum MessageType {
Chat,
Error,
Groupchat,
Headline,
Normal,
}
Expand description
The type of a message.
Variants§
Chat
Standard instant messaging message.
Error
Notifies that an error happened.
Groupchat
Standard group instant messaging message.
Headline
Used by servers to notify users when things happen.
Normal
This is an email-like message, it usually contains a subject.
Trait Implementations§
source§impl AsXmlText for MessageType
impl AsXmlText for MessageType
source§impl Clone for MessageType
impl Clone for MessageType
source§fn clone(&self) -> MessageType
fn clone(&self) -> MessageType
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 MessageType
impl Debug for MessageType
source§impl Default for MessageType
impl Default for MessageType
source§fn default() -> MessageType
fn default() -> MessageType
Returns the “default value” for a type. Read more
source§impl FromStr for MessageType
impl FromStr for MessageType
source§impl FromXmlText for MessageType
impl FromXmlText for MessageType
source§fn from_xml_text(s: String) -> Result<MessageType, Error>
fn from_xml_text(s: String) -> Result<MessageType, Error>
Convert the given XML text to a value.
source§impl IntoAttributeValue for MessageType
impl IntoAttributeValue for MessageType
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl PartialEq for MessageType
impl PartialEq for MessageType
impl StructuralPartialEq for MessageType
Auto Trait Implementations§
impl Freeze for MessageType
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations§
§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)