pub struct AdminV1 { /* private fields */ }Expand description
管理后台 V1 API
Implementations§
Source§impl AdminV1
impl AdminV1
Sourcepub fn new(config: Arc<PlatformConfig>) -> Self
pub fn new(config: Arc<PlatformConfig>) -> Self
创建新的管理后台 V1 实例。
Sourcepub fn badge(&self) -> BadgeService
pub fn badge(&self) -> BadgeService
badge 资源
Sourcepub fn badge_image(&self) -> BadgeImageService
pub fn badge_image(&self) -> BadgeImageService
badge_image 资源
Sourcepub fn password(&self) -> PasswordService
pub fn password(&self) -> PasswordService
password 资源
Sourcepub fn admin_dept_stat(&self) -> AdminDeptStatService
pub fn admin_dept_stat(&self) -> AdminDeptStatService
admin_dept_stat 资源
Sourcepub fn admin_user_stat(&self) -> AdminUserStatService
pub fn admin_user_stat(&self) -> AdminUserStatService
admin_user_stat 资源
Sourcepub fn audit_info(&self) -> AuditInfoService
pub fn audit_info(&self) -> AuditInfoService
audit_info 资源
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AdminV1
impl !UnwindSafe for AdminV1
impl Freeze for AdminV1
impl Send for AdminV1
impl Sync for AdminV1
impl Unpin for AdminV1
impl UnsafeUnpin for AdminV1
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