pub struct ListGroupsResponse {
pub groups: Vec<Group>,
pub next_page_token: Option<String>,
}Fields§
§groups: Vec<Group>§next_page_token: Option<String>Implementations§
source§impl ListGroupsResponse
impl ListGroupsResponse
pub fn new(groups: Vec<Group>) -> ListGroupsResponse
Trait Implementations§
source§impl Clone for ListGroupsResponse
impl Clone for ListGroupsResponse
source§fn clone(&self) -> ListGroupsResponse
fn clone(&self) -> ListGroupsResponse
Returns a copy of the value. Read more
1.0.0 · 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 ListGroupsResponse
impl Debug for ListGroupsResponse
source§impl Default for ListGroupsResponse
impl Default for ListGroupsResponse
source§fn default() -> ListGroupsResponse
fn default() -> ListGroupsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListGroupsResponse
impl<'de> Deserialize<'de> for ListGroupsResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ListGroupsResponse
impl PartialEq for ListGroupsResponse
source§fn eq(&self, other: &ListGroupsResponse) -> bool
fn eq(&self, other: &ListGroupsResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ListGroupsResponse
impl Serialize for ListGroupsResponse
impl StructuralPartialEq for ListGroupsResponse
Auto Trait Implementations§
impl Freeze for ListGroupsResponse
impl RefUnwindSafe for ListGroupsResponse
impl Send for ListGroupsResponse
impl Sync for ListGroupsResponse
impl Unpin for ListGroupsResponse
impl UnwindSafe for ListGroupsResponse
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