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