pub struct AffiliationsVersioning { /* private fields */ }Expand description
A <mav/> element sent by the client on join, if it wants to keep track of the affiliations in
the room.
Trait Implementations§
Source§impl AsXml for AffiliationsVersioning
impl AsXml for AffiliationsVersioning
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = AffiliationsVersioningAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = AffiliationsVersioningAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for AffiliationsVersioning
impl Clone for AffiliationsVersioning
Source§fn clone(&self) -> AffiliationsVersioning
fn clone(&self) -> AffiliationsVersioning
Returns a duplicate 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 AffiliationsVersioning
impl Debug for AffiliationsVersioning
Source§impl From<&AffiliationsVersioning> for Element
impl From<&AffiliationsVersioning> for Element
Source§fn from(other: &AffiliationsVersioning) -> Self
fn from(other: &AffiliationsVersioning) -> Self
Converts to this type from the input type.
Source§impl From<AffiliationsVersioning> for Element
impl From<AffiliationsVersioning> for Element
Source§fn from(other: AffiliationsVersioning) -> Self
fn from(other: AffiliationsVersioning) -> Self
Converts to this type from the input type.
Source§impl FromXml for AffiliationsVersioning
impl FromXml for AffiliationsVersioning
Source§type Builder = AffiliationsVersioningFromXmlBuilder
type Builder = AffiliationsVersioningFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§fn xml_name_matcher() -> XmlNameMatcher<'static>
fn xml_name_matcher() -> XmlNameMatcher<'static>
Return a predicate which determines if
Self may be parsed from
a given XML element. Read moreSource§impl PartialEq for AffiliationsVersioning
impl PartialEq for AffiliationsVersioning
Source§impl TryFrom<Element> for AffiliationsVersioning
impl TryFrom<Element> for AffiliationsVersioning
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for AffiliationsVersioning
Auto Trait Implementations§
impl Freeze for AffiliationsVersioning
impl RefUnwindSafe for AffiliationsVersioning
impl Send for AffiliationsVersioning
impl Sync for AffiliationsVersioning
impl Unpin for AffiliationsVersioning
impl UnsafeUnpin for AffiliationsVersioning
impl UnwindSafe for AffiliationsVersioning
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