pub struct UpdateApiKeyByIdParams {
pub api_key_id: String,
pub update_api_key_by_id_request: UpdateApiKeyByIdRequest,
}Expand description
struct for passing parameters to the method update_api_key_by_id
Fields§
§api_key_id: StringThe public identifier of the API key.
update_api_key_by_id_request: UpdateApiKeyByIdRequestTrait Implementations§
Source§impl Clone for UpdateApiKeyByIdParams
impl Clone for UpdateApiKeyByIdParams
Source§fn clone(&self) -> UpdateApiKeyByIdParams
fn clone(&self) -> UpdateApiKeyByIdParams
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 UpdateApiKeyByIdParams
impl RefUnwindSafe for UpdateApiKeyByIdParams
impl Send for UpdateApiKeyByIdParams
impl Sync for UpdateApiKeyByIdParams
impl Unpin for UpdateApiKeyByIdParams
impl UnsafeUnpin for UpdateApiKeyByIdParams
impl UnwindSafe for UpdateApiKeyByIdParams
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