pub enum GetSendV1PendingInvitesApiError {
Status400(GetSendV1PendingInvitesResponse400),
Status500(GetSendV1PendingInvitesResponse500),
}Expand description
Typed error responses for getSendV1PendingInvites. One variant per declared non-2xx response.
Variants§
Status400(GetSendV1PendingInvitesResponse400)
Status500(GetSendV1PendingInvitesResponse500)
Trait Implementations§
Source§impl Clone for GetSendV1PendingInvitesApiError
impl Clone for GetSendV1PendingInvitesApiError
Source§fn clone(&self) -> GetSendV1PendingInvitesApiError
fn clone(&self) -> GetSendV1PendingInvitesApiError
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 moreAuto Trait Implementations§
impl Freeze for GetSendV1PendingInvitesApiError
impl RefUnwindSafe for GetSendV1PendingInvitesApiError
impl Send for GetSendV1PendingInvitesApiError
impl Sync for GetSendV1PendingInvitesApiError
impl Unpin for GetSendV1PendingInvitesApiError
impl UnsafeUnpin for GetSendV1PendingInvitesApiError
impl UnwindSafe for GetSendV1PendingInvitesApiError
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