pub struct SignupUserGithub {
pub email: String,
pub authorizations_attributes: Vec<Provider>,
}Fields§
§email: StringTrait Implementations§
Source§impl Debug for SignupUserGithub
impl Debug for SignupUserGithub
Auto Trait Implementations§
impl Freeze for SignupUserGithub
impl RefUnwindSafe for SignupUserGithub
impl Send for SignupUserGithub
impl Sync for SignupUserGithub
impl Unpin for SignupUserGithub
impl UnwindSafe for SignupUserGithub
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