Struct xmpp_parsers::jingle_grouping::Group
source · pub struct Group {
pub semantics: Semantics,
pub contents: Vec<Content>,
}
Expand description
A semantic group of contents.
Fields§
§semantics: Semantics
Semantics of the grouping.
contents: Vec<Content>
List of contents that should be grouped with each other.
Trait Implementations§
source§impl PartialEq for Group
impl PartialEq for Group
impl StructuralPartialEq for Group
Auto Trait Implementations§
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