pub struct AuthApi { /* private fields */ }
Expand description
Authentication API for Mini Program
Implementations§
Auto Trait Implementations§
impl Freeze for AuthApi
impl !RefUnwindSafe for AuthApi
impl Send for AuthApi
impl Sync for AuthApi
impl Unpin for AuthApi
impl !UnwindSafe for AuthApi
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