pub struct ListUsers<'a> { /* private fields */ }Expand description
Builder for Client::list_users
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListUsers<'a>
impl<'a> !RefUnwindSafe for ListUsers<'a>
impl<'a> Send for ListUsers<'a>
impl<'a> Sync for ListUsers<'a>
impl<'a> Unpin for ListUsers<'a>
impl<'a> UnsafeUnpin for ListUsers<'a>
impl<'a> !UnwindSafe for ListUsers<'a>
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