pub struct PatchDataSourceRequest { /* private fields */ }Implementations§
Source§impl PatchDataSourceRequest
impl PatchDataSourceRequest
pub fn new(config: Arc<Config>) -> Self
pub async fn execute(self) -> SDKResult<PatchDataSourceResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<PatchDataSourceResponse>
Trait Implementations§
Source§impl Clone for PatchDataSourceRequest
impl Clone for PatchDataSourceRequest
Source§fn clone(&self) -> PatchDataSourceRequest
fn clone(&self) -> PatchDataSourceRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PatchDataSourceRequest
impl !RefUnwindSafe for PatchDataSourceRequest
impl Send for PatchDataSourceRequest
impl Sync for PatchDataSourceRequest
impl Unpin for PatchDataSourceRequest
impl UnsafeUnpin for PatchDataSourceRequest
impl !UnwindSafe for PatchDataSourceRequest
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