pub struct hasFoundVerificationToken;
Trait Implementations§
Source§impl Field for hasFoundVerificationToken
impl Field for hasFoundVerificationToken
Auto Trait Implementations§
impl Freeze for hasFoundVerificationToken
impl RefUnwindSafe for hasFoundVerificationToken
impl Send for hasFoundVerificationToken
impl Sync for hasFoundVerificationToken
impl Unpin for hasFoundVerificationToken
impl UnwindSafe for hasFoundVerificationToken
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