pub struct CreateKeyParams {
pub api_key_schema: Option<ApiKeySchema>,
}
Expand description
struct for passing parameters to the method [create_key
]
Fields§
§api_key_schema: Option<ApiKeySchema>
The object that describes API key scope
Trait Implementations§
Source§impl Clone for CreateKeyParams
impl Clone for CreateKeyParams
Source§fn clone(&self) -> CreateKeyParams
fn clone(&self) -> CreateKeyParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CreateKeyParams
impl RefUnwindSafe for CreateKeyParams
impl Send for CreateKeyParams
impl Sync for CreateKeyParams
impl Unpin for CreateKeyParams
impl UnwindSafe for CreateKeyParams
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