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 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 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
source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more