pub struct UpdateApiKeyRequest {
pub name: Option<String>,
pub scopes: Option<Value>,
}Expand description
Request body for updating an API key.
Fields§
§name: Option<String>§scopes: Option<Value>Trait Implementations§
Source§impl Clone for UpdateApiKeyRequest
impl Clone for UpdateApiKeyRequest
Source§fn clone(&self) -> UpdateApiKeyRequest
fn clone(&self) -> UpdateApiKeyRequest
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 moreSource§impl Debug for UpdateApiKeyRequest
impl Debug for UpdateApiKeyRequest
Auto Trait Implementations§
impl Freeze for UpdateApiKeyRequest
impl RefUnwindSafe for UpdateApiKeyRequest
impl Send for UpdateApiKeyRequest
impl Sync for UpdateApiKeyRequest
impl Unpin for UpdateApiKeyRequest
impl UnsafeUnpin for UpdateApiKeyRequest
impl UnwindSafe for UpdateApiKeyRequest
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