pub struct PrivateDisableApiKeyRequest {
pub id: i64,
}Fields§
§id: i64Trait Implementations§
Source§impl Clone for PrivateDisableApiKeyRequest
impl Clone for PrivateDisableApiKeyRequest
Source§fn clone(&self) -> PrivateDisableApiKeyRequest
fn clone(&self) -> PrivateDisableApiKeyRequest
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 PrivateDisableApiKeyRequest
impl Debug for PrivateDisableApiKeyRequest
Source§impl Default for PrivateDisableApiKeyRequest
impl Default for PrivateDisableApiKeyRequest
Source§fn default() -> PrivateDisableApiKeyRequest
fn default() -> PrivateDisableApiKeyRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateDisableApiKeyRequest
impl<'de> Deserialize<'de> for PrivateDisableApiKeyRequest
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
impl StructuralPartialEq for PrivateDisableApiKeyRequest
Auto Trait Implementations§
impl Freeze for PrivateDisableApiKeyRequest
impl RefUnwindSafe for PrivateDisableApiKeyRequest
impl Send for PrivateDisableApiKeyRequest
impl Sync for PrivateDisableApiKeyRequest
impl Unpin for PrivateDisableApiKeyRequest
impl UnwindSafe for PrivateDisableApiKeyRequest
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