pub struct GetEmailQuery {
pub id: String,
}
Fields§
§id: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetEmailQuery
impl RefUnwindSafe for GetEmailQuery
impl Send for GetEmailQuery
impl Sync for GetEmailQuery
impl Unpin for GetEmailQuery
impl UnwindSafe for GetEmailQuery
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