pub enum GetOnboardingInvitationsError {
Status401(ApiError),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_onboarding_invitations
Variants§
Trait Implementations§
Source§impl Clone for GetOnboardingInvitationsError
impl Clone for GetOnboardingInvitationsError
Source§fn clone(&self) -> GetOnboardingInvitationsError
fn clone(&self) -> GetOnboardingInvitationsError
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 moreSource§impl<'de> Deserialize<'de> for GetOnboardingInvitationsError
impl<'de> Deserialize<'de> for GetOnboardingInvitationsError
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 GetOnboardingInvitationsError
impl RefUnwindSafe for GetOnboardingInvitationsError
impl Send for GetOnboardingInvitationsError
impl Sync for GetOnboardingInvitationsError
impl Unpin for GetOnboardingInvitationsError
impl UnsafeUnpin for GetOnboardingInvitationsError
impl UnwindSafe for GetOnboardingInvitationsError
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