pub struct PrivateEnableApiKeyRequest {
pub id: i64,
}Fields§
§id: i64Trait Implementations§
Source§impl Clone for PrivateEnableApiKeyRequest
impl Clone for PrivateEnableApiKeyRequest
Source§fn clone(&self) -> PrivateEnableApiKeyRequest
fn clone(&self) -> PrivateEnableApiKeyRequest
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 PrivateEnableApiKeyRequest
impl Debug for PrivateEnableApiKeyRequest
Source§impl Default for PrivateEnableApiKeyRequest
impl Default for PrivateEnableApiKeyRequest
Source§fn default() -> PrivateEnableApiKeyRequest
fn default() -> PrivateEnableApiKeyRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateEnableApiKeyRequest
impl<'de> Deserialize<'de> for PrivateEnableApiKeyRequest
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 PrivateEnableApiKeyRequest
impl PartialEq for PrivateEnableApiKeyRequest
Source§fn eq(&self, other: &PrivateEnableApiKeyRequest) -> bool
fn eq(&self, other: &PrivateEnableApiKeyRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateEnableApiKeyRequest
Auto Trait Implementations§
impl Freeze for PrivateEnableApiKeyRequest
impl RefUnwindSafe for PrivateEnableApiKeyRequest
impl Send for PrivateEnableApiKeyRequest
impl Sync for PrivateEnableApiKeyRequest
impl Unpin for PrivateEnableApiKeyRequest
impl UnsafeUnpin for PrivateEnableApiKeyRequest
impl UnwindSafe for PrivateEnableApiKeyRequest
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