pub trait TDResetPasswordResult: Debug + RObject { }
Expand description

Represents result of 2-step verification password reset

Implementations on Foreign Types§

source§

impl<'a, RESETPASSWORDRESULT: TDResetPasswordResult> TDResetPasswordResult for &'a RESETPASSWORDRESULT

source§

impl<'a, RESETPASSWORDRESULT: TDResetPasswordResult> TDResetPasswordResult for &'a mut RESETPASSWORDRESULT

Implementors§