Enum xmpp_parsers::jingle::Senders
source · pub enum Senders {
Both,
Initiator,
None,
Responder,
}
Expand description
Which parties in the session will be generating content.
Variants§
Both
Both parties can send for this content.
Initiator
Only the initiator can send for this content.
None
No one can send for this content.
Responder
Only the responder can send for this content.
Trait Implementations§
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 IntoXmlText for Senders
impl IntoXmlText for Senders
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> 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
)