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