pub struct clientAuthCode;Trait Implementations§
Source§impl Field for clientAuthCode
impl Field for clientAuthCode
impl HasInputField<clientAuthCode, Option<String>> for EmailUserAccountAuthChallengeInput
Auto Trait Implementations§
impl Freeze for clientAuthCode
impl RefUnwindSafe for clientAuthCode
impl Send for clientAuthCode
impl Sync for clientAuthCode
impl Unpin for clientAuthCode
impl UnwindSafe for clientAuthCode
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