pub struct SchemasUserResponseReadOnly {
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 SchemasUserResponseReadOnly
impl SchemasUserResponseReadOnly
pub fn new() -> SchemasUserResponseReadOnly
Trait Implementations§
Source§impl Clone for SchemasUserResponseReadOnly
impl Clone for SchemasUserResponseReadOnly
Source§fn clone(&self) -> SchemasUserResponseReadOnly
fn clone(&self) -> SchemasUserResponseReadOnly
Returns a duplicate 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 SchemasUserResponseReadOnly
impl Debug for SchemasUserResponseReadOnly
Source§impl Default for SchemasUserResponseReadOnly
impl Default for SchemasUserResponseReadOnly
Source§fn default() -> SchemasUserResponseReadOnly
fn default() -> SchemasUserResponseReadOnly
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SchemasUserResponseReadOnly
impl<'de> Deserialize<'de> for SchemasUserResponseReadOnly
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
impl StructuralPartialEq for SchemasUserResponseReadOnly
Auto Trait Implementations§
impl Freeze for SchemasUserResponseReadOnly
impl RefUnwindSafe for SchemasUserResponseReadOnly
impl Send for SchemasUserResponseReadOnly
impl Sync for SchemasUserResponseReadOnly
impl Unpin for SchemasUserResponseReadOnly
impl UnwindSafe for SchemasUserResponseReadOnly
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