pub struct UserListParams {
pub workspace_gid: String,
pub limit: Option<usize>,
}Expand description
Parameters for listing users in a workspace.
Fields§
§workspace_gid: StringWorkspace identifier.
limit: Option<usize>Maximum number to fetch.
Trait Implementations§
Source§impl Clone for UserListParams
impl Clone for UserListParams
Source§fn clone(&self) -> UserListParams
fn clone(&self) -> UserListParams
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 moreAuto Trait Implementations§
impl Freeze for UserListParams
impl RefUnwindSafe for UserListParams
impl Send for UserListParams
impl Sync for UserListParams
impl Unpin for UserListParams
impl UnsafeUnpin for UserListParams
impl UnwindSafe for UserListParams
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