pub struct UserService;
Expand description
Example service for demonstration
Implementations§
Trait Implementations§
Source§impl Default for UserService
impl Default for UserService
Source§fn default() -> UserService
fn default() -> UserService
Returns the “default value” for a type. Read more
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