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