Struct fastly_api::models::user_response_all_of::UserResponseAllOf
source · pub struct UserResponseAllOf {
pub id: Option<Box<String>>,
pub email_hash: Option<String>,
pub customer_id: Option<Box<String>>,
}
Fields§
§id: Option<Box<String>>
§email_hash: Option<String>
The alphanumeric string identifying a email login.
customer_id: Option<Box<String>>
Implementations§
source§impl UserResponseAllOf
impl UserResponseAllOf
pub fn new() -> UserResponseAllOf
Trait Implementations§
source§impl Clone for UserResponseAllOf
impl Clone for UserResponseAllOf
source§fn clone(&self) -> UserResponseAllOf
fn clone(&self) -> UserResponseAllOf
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 UserResponseAllOf
impl Debug for UserResponseAllOf
source§impl Default for UserResponseAllOf
impl Default for UserResponseAllOf
source§fn default() -> UserResponseAllOf
fn default() -> UserResponseAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserResponseAllOf
impl<'de> Deserialize<'de> for UserResponseAllOf
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