pub struct GroupUsers {
pub users: Vec<(GroupUser, GroupRole)>,
pub next_cursor: Option<String>,
pub previous_cursor: Option<String>,
}Fields§
§users: Vec<(GroupUser, GroupRole)>§next_cursor: Option<String>§previous_cursor: Option<String>Auto Trait Implementations§
impl Freeze for GroupUsers
impl RefUnwindSafe for GroupUsers
impl Send for GroupUsers
impl Sync for GroupUsers
impl Unpin for GroupUsers
impl UnwindSafe for GroupUsers
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