pub struct UpdatePackInvitationResponse {}Expand description
Confirmation of successfully updating a Pack invitation.
JSON schema
{
"description": "Confirmation of successfully updating a Pack
invitation.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "UpdatePackInvitationResponse"
}Trait Implementations§
Source§impl Clone for UpdatePackInvitationResponse
impl Clone for UpdatePackInvitationResponse
Source§fn clone(&self) -> UpdatePackInvitationResponse
fn clone(&self) -> UpdatePackInvitationResponse
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 UpdatePackInvitationResponse
impl Debug for UpdatePackInvitationResponse
Source§impl<'de> Deserialize<'de> for UpdatePackInvitationResponse
impl<'de> Deserialize<'de> for UpdatePackInvitationResponse
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 From<&UpdatePackInvitationResponse> for UpdatePackInvitationResponse
impl From<&UpdatePackInvitationResponse> for UpdatePackInvitationResponse
Source§fn from(value: &UpdatePackInvitationResponse) -> Self
fn from(value: &UpdatePackInvitationResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UpdatePackInvitationResponse
impl RefUnwindSafe for UpdatePackInvitationResponse
impl Send for UpdatePackInvitationResponse
impl Sync for UpdatePackInvitationResponse
impl Unpin for UpdatePackInvitationResponse
impl UnwindSafe for UpdatePackInvitationResponse
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