pub struct DirectoryV1 { /* private fields */ }Expand description
目录服务 V1 API
Implementations§
Source§impl DirectoryV1
impl DirectoryV1
Sourcepub fn new(config: Arc<PlatformConfig>) -> Self
pub fn new(config: Arc<PlatformConfig>) -> Self
创建新的目录服务 V1 实例
Sourcepub fn department(&self) -> DepartmentService
pub fn department(&self) -> DepartmentService
department 资源
Sourcepub fn employee(&self) -> EmployeeService
pub fn employee(&self) -> EmployeeService
employee 资源
Sourcepub fn collaboration_rule(&self) -> CollaborationRuleService
pub fn collaboration_rule(&self) -> CollaborationRuleService
collaboration_rule 资源
collaboration_share_entity 资源
Sourcepub fn collaboration_tenant(&self) -> CollaborationTenantService
pub fn collaboration_tenant(&self) -> CollaborationTenantService
collaboration_tenant 资源
Trait Implementations§
Source§impl Clone for DirectoryV1
impl Clone for DirectoryV1
Source§fn clone(&self) -> DirectoryV1
fn clone(&self) -> DirectoryV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for DirectoryV1
impl !UnwindSafe for DirectoryV1
impl Freeze for DirectoryV1
impl Send for DirectoryV1
impl Sync for DirectoryV1
impl Unpin for DirectoryV1
impl UnsafeUnpin for DirectoryV1
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