Struct atuin_server::models::NewUser [−][src]
pub struct NewUser<'a> {
pub username: Cow<'a, str>,
pub email: Cow<'a, str>,
pub password: Cow<'a, str>,
}
Fields
username: Cow<'a, str>
email: Cow<'a, str>
password: Cow<'a, str>
Auto Trait Implementations
impl<'a> RefUnwindSafe for NewUser<'a>
impl<'a> UnwindSafe for NewUser<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more