pub struct DeleteApiKeyRequest {
pub api_id: String,
pub id: String,
}
Fields§
§api_id: String
The API ID.
id: String
The ID for the API key.
Trait Implementations§
Source§impl Clone for DeleteApiKeyRequest
impl Clone for DeleteApiKeyRequest
Source§fn clone(&self) -> DeleteApiKeyRequest
fn clone(&self) -> DeleteApiKeyRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteApiKeyRequest
impl Debug for DeleteApiKeyRequest
Source§impl Default for DeleteApiKeyRequest
impl Default for DeleteApiKeyRequest
Source§fn default() -> DeleteApiKeyRequest
fn default() -> DeleteApiKeyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteApiKeyRequest
impl PartialEq for DeleteApiKeyRequest
Source§impl Serialize for DeleteApiKeyRequest
impl Serialize for DeleteApiKeyRequest
impl StructuralPartialEq for DeleteApiKeyRequest
Auto Trait Implementations§
impl Freeze for DeleteApiKeyRequest
impl RefUnwindSafe for DeleteApiKeyRequest
impl Send for DeleteApiKeyRequest
impl Sync for DeleteApiKeyRequest
impl Unpin for DeleteApiKeyRequest
impl UnwindSafe for DeleteApiKeyRequest
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