pub struct userEmail;Trait Implementations§
Source§impl HasArgument<userEmail> for issueSubscribe
impl HasArgument<userEmail> for issueSubscribe
Auto Trait Implementations§
impl Freeze for userEmail
impl RefUnwindSafe for userEmail
impl Send for userEmail
impl Sync for userEmail
impl Unpin for userEmail
impl UnwindSafe for userEmail
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