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