pub enum SetOnboardingProfileError {
UnknownValue(Value),
}Expand description
struct for typed errors of method set_onboarding_profile
Variants§
Trait Implementations§
Source§impl Clone for SetOnboardingProfileError
impl Clone for SetOnboardingProfileError
Source§impl Debug for SetOnboardingProfileError
impl Debug for SetOnboardingProfileError
Source§impl<'de> Deserialize<'de> for SetOnboardingProfileError
impl<'de> Deserialize<'de> for SetOnboardingProfileError
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 SetOnboardingProfileError
impl RefUnwindSafe for SetOnboardingProfileError
impl Send for SetOnboardingProfileError
impl Sync for SetOnboardingProfileError
impl Unpin for SetOnboardingProfileError
impl UnsafeUnpin for SetOnboardingProfileError
impl UnwindSafe for SetOnboardingProfileError
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