pub struct CmcClient;Expand description
CMC-specific client operations.
Thin wrapper indicating CMC-related functionality. The actual HTTP
client is shared via DogtagClient.
Auto Trait Implementations§
impl Freeze for CmcClient
impl RefUnwindSafe for CmcClient
impl Send for CmcClient
impl Sync for CmcClient
impl Unpin for CmcClient
impl UnsafeUnpin for CmcClient
impl UnwindSafe for CmcClient
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