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