pub struct UserService { /* private fields */ }
Implementations§
Source§impl UserService
impl UserService
pub fn with_config(service: ServiceConfig<Authenticated>) -> UserService
Trait Implementations§
Source§impl CreateResource for UserService
impl CreateResource for UserService
Source§impl DeleteResource for UserService
impl DeleteResource for UserService
Source§impl GetAllResource for UserService
impl GetAllResource for UserService
type Response = GetAllUsersResponse
async fn get_all(&self, options: GetAllOptions) -> Result<Self::Response>
Source§impl GetResourceById for UserService
impl GetResourceById for UserService
Auto Trait Implementations§
impl Freeze for UserService
impl RefUnwindSafe for UserService
impl Send for UserService
impl Sync for UserService
impl Unpin for UserService
impl UnwindSafe for UserService
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