pub struct AcceptingContactRequestResponse {
pub user: User,
pub contact: Contact,
pub undocumented: JsonObject,
}Fields§
§user: User§contact: Contact§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for AcceptingContactRequestResponse
impl Clone for AcceptingContactRequestResponse
Source§fn clone(&self) -> AcceptingContactRequestResponse
fn clone(&self) -> AcceptingContactRequestResponse
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<'de> Deserialize<'de> for AcceptingContactRequestResponse
impl<'de> Deserialize<'de> for AcceptingContactRequestResponse
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 AcceptingContactRequestResponse
Auto Trait Implementations§
impl Freeze for AcceptingContactRequestResponse
impl RefUnwindSafe for AcceptingContactRequestResponse
impl Send for AcceptingContactRequestResponse
impl Sync for AcceptingContactRequestResponse
impl Unpin for AcceptingContactRequestResponse
impl UnsafeUnpin for AcceptingContactRequestResponse
impl UnwindSafe for AcceptingContactRequestResponse
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