pub struct GroupInfo(/* private fields */);
Expand description
Group information container.
Implementations§
source§impl GroupInfo
impl GroupInfo
sourcepub fn members(&self) -> &[GroupMemberInfo]
pub fn members(&self) -> &[GroupMemberInfo]
Returns the members of the group.
sourcepub fn protocol_type(&self) -> &str
pub fn protocol_type(&self) -> &str
Returns the protocol type of the group.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupInfo
impl RefUnwindSafe for GroupInfo
impl !Send for GroupInfo
impl !Sync for GroupInfo
impl Unpin for GroupInfo
impl UnwindSafe for GroupInfo
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