Enum xmpp_parsers::jingle_rtp_hdrext::Senders
source · pub enum Senders {
Both,
Initiator,
Responder,
}
Expand description
Which party is allowed to send the negotiated RTP Header Extensions.
Variants§
Both
Both parties can send them.
Initiator
Only the initiator can send them.
Responder
Only the responder can send them.
Trait Implementations§
source§impl AsXmlText for Senders
impl AsXmlText for Senders
source§impl FromXmlText for Senders
impl FromXmlText for Senders
source§impl IntoAttributeValue for Senders
impl IntoAttributeValue for Senders
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 Senders
impl PartialEq for Senders
impl StructuralPartialEq for Senders
Auto Trait Implementations§
impl Freeze for Senders
impl RefUnwindSafe for Senders
impl Send for Senders
impl Sync for Senders
impl Unpin for Senders
impl UnwindSafe for Senders
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
)