Enum xmpp_parsers::jingle_ssma::Semantics
source · pub enum Semantics {
Ls,
Fid,
Srf,
Anat,
Fec,
Ddp,
}
Expand description
From RFC5888, the list of allowed semantics.
Variants§
Ls
Lip Synchronization, defined in RFC5888.
Fid
Flow Identification, defined in RFC5888.
Srf
Single Reservation Flow, defined in RFC3524.
Anat
Alternative Network Address Types, defined in RFC4091.
Fec
Forward Error Correction, defined in RFC4756.
Ddp
Decoding Dependency, defined in RFC5583.
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