Struct xmpp_parsers::jingle_ssma::Group
source · pub struct Group {
pub semantics: Semantics,
pub sources: Vec<Source>,
}
Expand description
Element grouping multiple ssrc.
Fields§
§semantics: Semantics
The semantics of this group.
sources: Vec<Source>
The various ssrc concerned by this group.
Trait Implementations§
source§impl FromXml for Group
impl FromXml for Group
§type Builder = FromEventsViaElement<Group>
type Builder = FromEventsViaElement<Group>
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 IntoXml for Group
impl IntoXml for Group
§type EventIter = IntoEventsViaElement
type EventIter = IntoEventsViaElement
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for Group
impl PartialEq for Group
source§impl TryFrom<Element> for Group
impl TryFrom<Element> for Group
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Group
Auto Trait Implementations§
impl Freeze for Group
impl RefUnwindSafe for Group
impl Send for Group
impl Sync for Group
impl Unpin for Group
impl UnwindSafe for Group
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