pub struct GetUser {
pub user_id: Uuid,
/* private fields */
}
Fields§
§user_id: Uuid
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetUser
impl !RefUnwindSafe for GetUser
impl !Send for GetUser
impl !Sync for GetUser
impl Unpin for GetUser
impl !UnwindSafe for GetUser
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