Struct xmpp_parsers::pubsub::owner::Affiliation
source · pub struct Affiliation { /* private fields */ }
Expand description
An affiliation element.
Trait Implementations§
source§impl AsXml for Affiliation
impl AsXml for Affiliation
source§impl Clone for Affiliation
impl Clone for Affiliation
source§fn clone(&self) -> Affiliation
fn clone(&self) -> Affiliation
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 Affiliation
impl Debug for Affiliation
source§impl From<Affiliation> for Element
impl From<Affiliation> for Element
source§fn from(other: Affiliation) -> Self
fn from(other: Affiliation) -> Self
Converts to this type from the input type.
source§impl FromXml for Affiliation
impl FromXml for Affiliation
§type Builder = AffiliationFromXmlBuilder
type Builder = AffiliationFromXmlBuilder
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 Affiliation
impl PartialEq for Affiliation
source§impl TryFrom<Element> for Affiliation
impl TryFrom<Element> for Affiliation
impl StructuralPartialEq for Affiliation
Auto Trait Implementations§
impl Freeze for Affiliation
impl RefUnwindSafe for Affiliation
impl Send for Affiliation
impl Sync for Affiliation
impl Unpin for Affiliation
impl UnwindSafe for Affiliation
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)