pub struct SecretsManagerPortingApiClient {
configuration: Arc<Configuration>,
}
Fields§
§configuration: Arc<Configuration>
Implementations§
Source§impl SecretsManagerPortingApiClient
impl SecretsManagerPortingApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Source§impl SecretsManagerPortingApi for SecretsManagerPortingApiClient
impl SecretsManagerPortingApi for SecretsManagerPortingApiClient
Source§fn export<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<SmExportResponseModel, Error<ExportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn export<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<SmExportResponseModel, Error<ExportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
GET /sm/{organizationId}/export
Source§fn import<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
sm_import_request_model: Option<SmImportRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<(), Error<ImportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn import<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
sm_import_request_model: Option<SmImportRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<(), Error<ImportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
POST /sm/{organizationId}/import
Auto Trait Implementations§
impl Freeze for SecretsManagerPortingApiClient
impl !RefUnwindSafe for SecretsManagerPortingApiClient
impl Send for SecretsManagerPortingApiClient
impl Sync for SecretsManagerPortingApiClient
impl Unpin for SecretsManagerPortingApiClient
impl !UnwindSafe for SecretsManagerPortingApiClient
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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