Enum xmpp_parsers::jingle_grouping::Semantics
source · pub enum Semantics {
Ls,
Bundle,
}
Expand description
The semantics of the grouping.
Variants§
Trait Implementations§
source§impl FromXmlText for Semantics
impl FromXmlText for Semantics
source§impl IntoAttributeValue for Semantics
impl IntoAttributeValue for Semantics
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 Semantics
impl IntoXmlText for Semantics
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 Semantics
impl PartialEq for Semantics
impl StructuralPartialEq for Semantics
Auto Trait Implementations§
impl Freeze for Semantics
impl RefUnwindSafe for Semantics
impl Send for Semantics
impl Sync for Semantics
impl Unpin for Semantics
impl UnwindSafe for Semantics
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