pub struct DirectoryUserService { /* private fields */ }Expand description
Spark directory.user 资源服务
Implementations§
Source§impl DirectoryUserService
impl DirectoryUserService
Sourcepub fn id_convert(&self) -> DirectoryUserIdConvertRequestBuilder
pub fn id_convert(&self) -> DirectoryUserIdConvertRequestBuilder
转换妙搭和开放平台用户 ID
Trait Implementations§
Source§impl Clone for DirectoryUserService
impl Clone for DirectoryUserService
Source§fn clone(&self) -> DirectoryUserService
fn clone(&self) -> DirectoryUserService
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 DirectoryUserService
impl !UnwindSafe for DirectoryUserService
impl Freeze for DirectoryUserService
impl Send for DirectoryUserService
impl Sync for DirectoryUserService
impl Unpin for DirectoryUserService
impl UnsafeUnpin for DirectoryUserService
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