pub struct CreateApiKeyParams {
pub create_api_key_request: CreateApiKeyRequest,
}Expand description
struct for passing parameters to the method create_api_key
Fields§
§create_api_key_request: CreateApiKeyRequestTrait Implementations§
Source§impl Clone for CreateApiKeyParams
impl Clone for CreateApiKeyParams
Source§fn clone(&self) -> CreateApiKeyParams
fn clone(&self) -> CreateApiKeyParams
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 CreateApiKeyParams
impl RefUnwindSafe for CreateApiKeyParams
impl Send for CreateApiKeyParams
impl Sync for CreateApiKeyParams
impl Unpin for CreateApiKeyParams
impl UnsafeUnpin for CreateApiKeyParams
impl UnwindSafe for CreateApiKeyParams
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