pub struct CreatedApiKey {
pub info: ApiKeyInfo,
pub plaintext_key: Box<str>,
}Expand description
Result of creating an API key (includes plaintext key shown only once)
Fields§
§info: ApiKeyInfo§plaintext_key: Box<str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreatedApiKey
impl RefUnwindSafe for CreatedApiKey
impl Send for CreatedApiKey
impl Sync for CreatedApiKey
impl Unpin for CreatedApiKey
impl UnsafeUnpin for CreatedApiKey
impl UnwindSafe for CreatedApiKey
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