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 AsXmlText for Semantics
impl AsXmlText for Semantics
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 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> 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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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