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
source§impl PartialEq<UserResponseAllOf> for UserResponseAllOf
impl PartialEq<UserResponseAllOf> for UserResponseAllOf
source§fn eq(&self, other: &UserResponseAllOf) -> bool
fn eq(&self, other: &UserResponseAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UserResponseAllOf
impl Serialize for UserResponseAllOf
impl StructuralPartialEq for UserResponseAllOf
Auto Trait Implementations§
impl RefUnwindSafe for UserResponseAllOf
impl Send for UserResponseAllOf
impl Sync for UserResponseAllOf
impl Unpin for UserResponseAllOf
impl UnwindSafe for UserResponseAllOf
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