Struct xmpp_parsers::pubsub::pubsub::Affiliations
source · pub struct Affiliations {
pub node: Option<NodeName>,
pub affiliations: Vec<Affiliation>,
}
Expand description
A list of affiliations you have on a service, or on a node.
Fields§
§node: Option<NodeName>
The optional node name this request pertains to.
affiliations: Vec<Affiliation>
The actual list of affiliation elements.
Trait Implementations§
source§impl AsXml for Affiliations
impl AsXml for Affiliations
source§impl Clone for Affiliations
impl Clone for Affiliations
source§fn clone(&self) -> Affiliations
fn clone(&self) -> Affiliations
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 Affiliations
impl Debug for Affiliations
source§impl From<Affiliations> for Element
impl From<Affiliations> for Element
source§fn from(other: Affiliations) -> Self
fn from(other: Affiliations) -> Self
Converts to this type from the input type.
source§impl FromXml for Affiliations
impl FromXml for Affiliations
§type Builder = AffiliationsFromXmlBuilder
type Builder = AffiliationsFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for Affiliations
impl PartialEq for Affiliations
source§impl TryFrom<Element> for Affiliations
impl TryFrom<Element> for Affiliations
impl StructuralPartialEq for Affiliations
Auto Trait Implementations§
impl Freeze for Affiliations
impl RefUnwindSafe for Affiliations
impl Send for Affiliations
impl Sync for Affiliations
impl Unpin for Affiliations
impl UnwindSafe for Affiliations
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
)