Struct docserver::defs::userdata::UserInvitation
source · pub struct UserInvitation {
pub email: String,
pub roles: String,
pub expire: u64,
pub send_email: bool,
pub isadmin: bool,
}
Fields§
§email: String
§roles: String
§expire: u64
§send_email: bool
§isadmin: bool
Trait Implementations§
source§impl Clone for UserInvitation
impl Clone for UserInvitation
source§fn clone(&self) -> UserInvitation
fn clone(&self) -> UserInvitation
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 UserInvitation
impl Debug for UserInvitation
source§impl Default for UserInvitation
impl Default for UserInvitation
source§fn default() -> UserInvitation
fn default() -> UserInvitation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserInvitation
impl<'de> Deserialize<'de> for UserInvitation
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