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