pub struct ApiKeyCreateRecord {
pub record: ApiKeyPublicRecord,
pub key: String,
}Fields§
§record: ApiKeyPublicRecord§key: StringTrait Implementations§
Source§impl Clone for ApiKeyCreateRecord
impl Clone for ApiKeyCreateRecord
Source§fn clone(&self) -> ApiKeyCreateRecord
fn clone(&self) -> ApiKeyCreateRecord
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 moreSource§impl Debug for ApiKeyCreateRecord
impl Debug for ApiKeyCreateRecord
Source§impl<'de> Deserialize<'de> for ApiKeyCreateRecord
impl<'de> Deserialize<'de> for ApiKeyCreateRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ApiKeyCreateRecord
impl PartialEq for ApiKeyCreateRecord
Source§fn eq(&self, other: &ApiKeyCreateRecord) -> bool
fn eq(&self, other: &ApiKeyCreateRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApiKeyCreateRecord
impl Serialize for ApiKeyCreateRecord
impl StructuralPartialEq for ApiKeyCreateRecord
Auto Trait Implementations§
impl Freeze for ApiKeyCreateRecord
impl RefUnwindSafe for ApiKeyCreateRecord
impl Send for ApiKeyCreateRecord
impl Sync for ApiKeyCreateRecord
impl Unpin for ApiKeyCreateRecord
impl UnsafeUnpin for ApiKeyCreateRecord
impl UnwindSafe for ApiKeyCreateRecord
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