Struct xmpp_parsers::mix::Participant
source · pub struct Participant {
pub nick: String,
pub jid: String,
}
Expand description
Represents a participant in a MIX channel, usually returned on the urn:xmpp:mix:nodes:participants PubSub node.
Fields§
§nick: String
The nick of this participant.
jid: String
The bare JID of this participant.
Implementations§
source§impl Participant
impl Participant
Trait Implementations§
source§impl AsXml for Participant
impl AsXml for Participant
source§impl Clone for Participant
impl Clone for Participant
source§fn clone(&self) -> Participant
fn clone(&self) -> Participant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Participant
impl Debug for Participant
source§impl From<Participant> for Element
impl From<Participant> for Element
source§fn from(elem: Participant) -> Element
fn from(elem: Participant) -> Element
Converts to this type from the input type.
source§impl FromXml for Participant
impl FromXml for Participant
§type Builder = FromEventsViaElement<Participant>
type Builder = FromEventsViaElement<Participant>
A builder type used to construct the element. Read more
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for Participant
impl PartialEq for Participant
source§fn eq(&self, other: &Participant) -> bool
fn eq(&self, other: &Participant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for Participant
impl TryFrom<Element> for Participant
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<Participant, FromElementError>
fn try_from(elem: Element) -> Result<Participant, FromElementError>
Performs the conversion.
impl PubSubPayload for Participant
impl StructuralPartialEq for Participant
Auto Trait Implementations§
impl Freeze for Participant
impl RefUnwindSafe for Participant
impl Send for Participant
impl Sync for Participant
impl Unpin for Participant
impl UnwindSafe for Participant
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
)