pub struct UserGroupListUserGroup {
pub group: ApiGroup,
pub state: i32,
}Expand description
A single group-role pair.
Fields§
§group: ApiGroup§state: i32Trait Implementations§
Source§impl DeJson for UserGroupListUserGroup
impl DeJson for UserGroupListUserGroup
Source§impl Debug for UserGroupListUserGroup
impl Debug for UserGroupListUserGroup
Source§impl Default for UserGroupListUserGroup
impl Default for UserGroupListUserGroup
Source§fn default() -> UserGroupListUserGroup
fn default() -> UserGroupListUserGroup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserGroupListUserGroup
impl RefUnwindSafe for UserGroupListUserGroup
impl Send for UserGroupListUserGroup
impl Sync for UserGroupListUserGroup
impl Unpin for UserGroupListUserGroup
impl UnwindSafe for UserGroupListUserGroup
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