pub enum UsernameToEmailError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method username_to_email
Variants§
Trait Implementations§
Source§impl Clone for UsernameToEmailError
impl Clone for UsernameToEmailError
Source§fn clone(&self) -> UsernameToEmailError
fn clone(&self) -> UsernameToEmailError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UsernameToEmailError
impl Debug for UsernameToEmailError
Source§impl<'de> Deserialize<'de> for UsernameToEmailError
impl<'de> Deserialize<'de> for UsernameToEmailError
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 UsernameToEmailError
impl RefUnwindSafe for UsernameToEmailError
impl Send for UsernameToEmailError
impl Sync for UsernameToEmailError
impl Unpin for UsernameToEmailError
impl UnwindSafe for UsernameToEmailError
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