pub struct DescribeGroupsMemberV1 {
pub member_id: String,
pub client_id: String,
pub client_host: String,
pub member_metadata: Vec<u8>,
pub member_assignment: Vec<u8>,
}Fields§
§member_id: String§client_id: String§client_host: String§member_metadata: Vec<u8>§member_assignment: Vec<u8>Trait Implementations§
Source§impl Clone for DescribeGroupsMemberV1
impl Clone for DescribeGroupsMemberV1
Source§fn clone(&self) -> DescribeGroupsMemberV1
fn clone(&self) -> DescribeGroupsMemberV1
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 DescribeGroupsMemberV1
impl Debug for DescribeGroupsMemberV1
impl Eq for DescribeGroupsMemberV1
Source§impl PartialEq for DescribeGroupsMemberV1
impl PartialEq for DescribeGroupsMemberV1
impl StructuralPartialEq for DescribeGroupsMemberV1
Auto Trait Implementations§
impl Freeze for DescribeGroupsMemberV1
impl RefUnwindSafe for DescribeGroupsMemberV1
impl Send for DescribeGroupsMemberV1
impl Sync for DescribeGroupsMemberV1
impl Unpin for DescribeGroupsMemberV1
impl UnsafeUnpin for DescribeGroupsMemberV1
impl UnwindSafe for DescribeGroupsMemberV1
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