pub struct InvitationsResponse {
pub links: Option<Box<PaginationLinks>>,
pub meta: Option<Box<PaginationMeta>>,
pub data: Option<Vec<InvitationResponseData>>,
}
Fields§
§links: Option<Box<PaginationLinks>>
§meta: Option<Box<PaginationMeta>>
§data: Option<Vec<InvitationResponseData>>
Implementations§
source§impl InvitationsResponse
impl InvitationsResponse
pub fn new() -> InvitationsResponse
Trait Implementations§
source§impl Clone for InvitationsResponse
impl Clone for InvitationsResponse
source§fn clone(&self) -> InvitationsResponse
fn clone(&self) -> InvitationsResponse
Returns a copy 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 InvitationsResponse
impl Debug for InvitationsResponse
source§impl Default for InvitationsResponse
impl Default for InvitationsResponse
source§fn default() -> InvitationsResponse
fn default() -> InvitationsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InvitationsResponse
impl<'de> Deserialize<'de> for InvitationsResponse
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<InvitationsResponse> for InvitationsResponse
impl PartialEq<InvitationsResponse> for InvitationsResponse
source§fn eq(&self, other: &InvitationsResponse) -> bool
fn eq(&self, other: &InvitationsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InvitationsResponse
impl Serialize for InvitationsResponse
impl StructuralPartialEq for InvitationsResponse
Auto Trait Implementations§
impl RefUnwindSafe for InvitationsResponse
impl Send for InvitationsResponse
impl Sync for InvitationsResponse
impl Unpin for InvitationsResponse
impl UnwindSafe for InvitationsResponse
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