pub struct SecurityClient { /* private fields */ }Expand description
Security API 客户端
Implementations§
Auto Trait Implementations§
impl Freeze for SecurityClient
impl !RefUnwindSafe for SecurityClient
impl Send for SecurityClient
impl Sync for SecurityClient
impl Unpin for SecurityClient
impl !UnwindSafe for SecurityClient
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