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