pub struct EtlClient { /* private fields */ }Implementations§
Source§impl EtlClient
impl EtlClient
pub async fn create_etl_pipeline( &self, group_id: &str, req_create_etl_pipeline: ReqCreateEtlPipeline, ) -> Result<RespResourceUrl, Error<CreateEtlPipelineError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtlClient
impl !RefUnwindSafe for EtlClient
impl Send for EtlClient
impl Sync for EtlClient
impl Unpin for EtlClient
impl !UnwindSafe for EtlClient
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