pub struct DescribeGroupsRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub group_ids: Vec<String>,
}Fields§
§correlation_id: i32§client_id: Option<String>§group_ids: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for DescribeGroupsRequestV1
impl Clone for DescribeGroupsRequestV1
Source§fn clone(&self) -> DescribeGroupsRequestV1
fn clone(&self) -> DescribeGroupsRequestV1
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 DescribeGroupsRequestV1
impl Debug for DescribeGroupsRequestV1
impl Eq for DescribeGroupsRequestV1
Source§impl PartialEq for DescribeGroupsRequestV1
impl PartialEq for DescribeGroupsRequestV1
impl StructuralPartialEq for DescribeGroupsRequestV1
Auto Trait Implementations§
impl Freeze for DescribeGroupsRequestV1
impl RefUnwindSafe for DescribeGroupsRequestV1
impl Send for DescribeGroupsRequestV1
impl Sync for DescribeGroupsRequestV1
impl Unpin for DescribeGroupsRequestV1
impl UnsafeUnpin for DescribeGroupsRequestV1
impl UnwindSafe for DescribeGroupsRequestV1
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