pub struct ApiGroupList {
pub cursor: String,
pub groups: Vec<ApiGroup>,
}Expand description
One or more groups returned from a listing operation.
Fields§
§cursor: String§groups: Vec<ApiGroup>Trait Implementations§
Source§impl DeJson for ApiGroupList
impl DeJson for ApiGroupList
Source§impl Debug for ApiGroupList
impl Debug for ApiGroupList
Source§impl Default for ApiGroupList
impl Default for ApiGroupList
Source§fn default() -> ApiGroupList
fn default() -> ApiGroupList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiGroupList
impl RefUnwindSafe for ApiGroupList
impl Send for ApiGroupList
impl Sync for ApiGroupList
impl Unpin for ApiGroupList
impl UnwindSafe for ApiGroupList
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