pub struct AcsV1Service { /* private fields */ }Expand description
ACS v1 版本服务
Implementations§
Source§impl AcsV1Service
impl AcsV1Service
Sourcepub fn new(config: Arc<SecurityConfig>) -> Self
pub fn new(config: Arc<SecurityConfig>) -> Self
创建新的 v1 服务实例
Sourcepub fn users(&self) -> &UsersService
pub fn users(&self) -> &UsersService
获取用户管理服务
Sourcepub fn user_faces(&self) -> &UserFacesService
pub fn user_faces(&self) -> &UserFacesService
获取人脸识别管理服务
Sourcepub fn rule_external(&self) -> &RuleExternalService
pub fn rule_external(&self) -> &RuleExternalService
获取权限规则管理服务
Sourcepub fn visitors(&self) -> &VisitorsService
pub fn visitors(&self) -> &VisitorsService
获取访客管理服务
Sourcepub fn devices(&self) -> &DevicesService
pub fn devices(&self) -> &DevicesService
获取设备管理服务
Sourcepub fn access_records(&self) -> &AccessRecordsService
pub fn access_records(&self) -> &AccessRecordsService
获取访问记录服务
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcsV1Service
impl RefUnwindSafe for AcsV1Service
impl Send for AcsV1Service
impl Sync for AcsV1Service
impl Unpin for AcsV1Service
impl UnsafeUnpin for AcsV1Service
impl UnwindSafe for AcsV1Service
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