pub struct UpdateDataIntegrationApiKeyParams {
pub body: DataIntegrationsUpsertApiKeyRequest,
}Fields§
§body: DataIntegrationsUpsertApiKeyRequestRequest body sent with this call.
Required.
Implementations§
Source§impl UpdateDataIntegrationApiKeyParams
impl UpdateDataIntegrationApiKeyParams
Sourcepub fn new(body: DataIntegrationsUpsertApiKeyRequest) -> Self
pub fn new(body: DataIntegrationsUpsertApiKeyRequest) -> Self
Construct a new UpdateDataIntegrationApiKeyParams with the required fields set.
Trait Implementations§
Source§impl Clone for UpdateDataIntegrationApiKeyParams
impl Clone for UpdateDataIntegrationApiKeyParams
Source§fn clone(&self) -> UpdateDataIntegrationApiKeyParams
fn clone(&self) -> UpdateDataIntegrationApiKeyParams
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 UpdateDataIntegrationApiKeyParams
impl RefUnwindSafe for UpdateDataIntegrationApiKeyParams
impl Send for UpdateDataIntegrationApiKeyParams
impl Sync for UpdateDataIntegrationApiKeyParams
impl Unpin for UpdateDataIntegrationApiKeyParams
impl UnsafeUnpin for UpdateDataIntegrationApiKeyParams
impl UnwindSafe for UpdateDataIntegrationApiKeyParams
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