Struct jyve::model::PasswordRetype
source · pub struct PasswordRetype {
pub new_password: String,
pub re_new_password: String,
}
Fields§
§new_password: String
§re_new_password: String
Trait Implementations§
source§impl Clone for PasswordRetype
impl Clone for PasswordRetype
source§fn clone(&self) -> PasswordRetype
fn clone(&self) -> PasswordRetype
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PasswordRetype
impl Debug for PasswordRetype
source§impl Default for PasswordRetype
impl Default for PasswordRetype
source§fn default() -> PasswordRetype
fn default() -> PasswordRetype
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PasswordRetype
impl<'de> Deserialize<'de> for PasswordRetype
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PasswordRetype
impl Display for PasswordRetype
Auto Trait Implementations§
impl RefUnwindSafe for PasswordRetype
impl Send for PasswordRetype
impl Sync for PasswordRetype
impl Unpin for PasswordRetype
impl UnwindSafe for PasswordRetype
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