pub struct ClientConfigAdapter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ClientConfigUseCase for ClientConfigAdapter
impl ClientConfigUseCase for ClientConfigAdapter
fn add_client<'life0, 'async_trait>(
&'life0 self,
client_config: ClientConfig,
) -> Pin<Box<dyn Future<Output = Result<(), Box<dyn Error + Send + Sync>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_client<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<Vec<ClientConfig>, Box<dyn Error + Send + Sync>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for ClientConfigAdapter
impl !RefUnwindSafe for ClientConfigAdapter
impl Send for ClientConfigAdapter
impl Sync for ClientConfigAdapter
impl Unpin for ClientConfigAdapter
impl UnsafeUnpin for ClientConfigAdapter
impl !UnwindSafe for ClientConfigAdapter
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