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
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
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
)