pub struct ListInvitationsResponse {
pub invitations: Vec<InvitationResponse>,
}Expand description
Returned by GET /api/invitations — pending invitations for the current user.
Fields§
§invitations: Vec<InvitationResponse>Trait Implementations§
Source§impl Debug for ListInvitationsResponse
impl Debug for ListInvitationsResponse
Source§impl<'de> Deserialize<'de> for ListInvitationsResponse
impl<'de> Deserialize<'de> for ListInvitationsResponse
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
Auto Trait Implementations§
impl Freeze for ListInvitationsResponse
impl RefUnwindSafe for ListInvitationsResponse
impl Send for ListInvitationsResponse
impl Sync for ListInvitationsResponse
impl Unpin for ListInvitationsResponse
impl UnwindSafe for ListInvitationsResponse
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