pub struct AuthenService {
pub v1: V1,
}Expand description
Fields§
§v1: V1v1版本认证API服务
Implementations§
Auto Trait Implementations§
impl Freeze for AuthenService
impl !RefUnwindSafe for AuthenService
impl Send for AuthenService
impl Sync for AuthenService
impl Unpin for AuthenService
impl !UnwindSafe for AuthenService
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