pub struct UserPropertyResponse {
pub property: UserPropertyDetails,
}Fields§
§property: UserPropertyDetailsTrait Implementations§
Source§impl Clone for UserPropertyResponse
impl Clone for UserPropertyResponse
Source§fn clone(&self) -> UserPropertyResponse
fn clone(&self) -> UserPropertyResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UserPropertyResponse
impl Debug for UserPropertyResponse
Source§impl<'de> Deserialize<'de> for UserPropertyResponse
impl<'de> Deserialize<'de> for UserPropertyResponse
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 for UserPropertyResponse
impl PartialEq for UserPropertyResponse
Source§fn eq(&self, other: &UserPropertyResponse) -> bool
fn eq(&self, other: &UserPropertyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserPropertyResponse
Auto Trait Implementations§
impl Freeze for UserPropertyResponse
impl RefUnwindSafe for UserPropertyResponse
impl Send for UserPropertyResponse
impl Sync for UserPropertyResponse
impl Unpin for UserPropertyResponse
impl UnsafeUnpin for UserPropertyResponse
impl UnwindSafe for UserPropertyResponse
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