pub struct DescribeGroupsGroupV1 {
pub error_code: i16,
pub group_id: String,
pub state: String,
pub protocol_type: String,
pub protocol_data: String,
pub members: Vec<DescribeGroupsMemberV1>,
}Fields§
§error_code: i16§group_id: String§state: String§protocol_type: String§protocol_data: String§members: Vec<DescribeGroupsMemberV1>Trait Implementations§
Source§impl Clone for DescribeGroupsGroupV1
impl Clone for DescribeGroupsGroupV1
Source§fn clone(&self) -> DescribeGroupsGroupV1
fn clone(&self) -> DescribeGroupsGroupV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeGroupsGroupV1
impl Debug for DescribeGroupsGroupV1
impl Eq for DescribeGroupsGroupV1
Source§impl PartialEq for DescribeGroupsGroupV1
impl PartialEq for DescribeGroupsGroupV1
impl StructuralPartialEq for DescribeGroupsGroupV1
Auto Trait Implementations§
impl Freeze for DescribeGroupsGroupV1
impl RefUnwindSafe for DescribeGroupsGroupV1
impl Send for DescribeGroupsGroupV1
impl Sync for DescribeGroupsGroupV1
impl Unpin for DescribeGroupsGroupV1
impl UnsafeUnpin for DescribeGroupsGroupV1
impl UnwindSafe for DescribeGroupsGroupV1
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