pub struct GetUserDetails {}Trait Implementations§
Source§impl Debug for GetUserDetails
impl Debug for GetUserDetails
Auto Trait Implementations§
impl Freeze for GetUserDetails
impl RefUnwindSafe for GetUserDetails
impl Send for GetUserDetails
impl Sync for GetUserDetails
impl Unpin for GetUserDetails
impl UnwindSafe for GetUserDetails
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