Enum xmpp_parsers::jingle::Creator
source · pub enum Creator {
Initiator,
Responder,
}
Expand description
Which party originally generated the content type.
Variants§
Initiator
This content was created by the initiator of this session.
Responder
This content was created by the responder of this session.
Trait Implementations§
source§impl FromXmlText for Creator
impl FromXmlText for Creator
source§impl IntoAttributeValue for Creator
impl IntoAttributeValue for Creator
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 IntoXmlText for Creator
impl IntoXmlText for Creator
source§fn into_xml_text(self) -> String
fn into_xml_text(self) -> String
Consume the value and return it as XML string.
source§impl PartialEq for Creator
impl PartialEq for Creator
impl StructuralPartialEq for Creator
Auto Trait Implementations§
impl Freeze for Creator
impl RefUnwindSafe for Creator
impl Send for Creator
impl Sync for Creator
impl Unpin for Creator
impl UnwindSafe for Creator
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