pub struct CloudUsersHandler { /* private fields */ }
Expand description
Handler for Cloud user operations
Implementations§
Source§impl CloudUsersHandler
impl CloudUsersHandler
pub fn new(client: CloudClient) -> Self
Auto Trait Implementations§
impl Freeze for CloudUsersHandler
impl !RefUnwindSafe for CloudUsersHandler
impl Send for CloudUsersHandler
impl Sync for CloudUsersHandler
impl Unpin for CloudUsersHandler
impl !UnwindSafe for CloudUsersHandler
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