pub struct RotateApiKeyResponse {
pub updated: u64,
pub printable: String,
pub key_id: String,
}Fields§
§updated: u64§printable: String§key_id: StringTrait Implementations§
Source§impl Clone for RotateApiKeyResponse
impl Clone for RotateApiKeyResponse
Source§fn clone(&self) -> RotateApiKeyResponse
fn clone(&self) -> RotateApiKeyResponse
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 RotateApiKeyResponse
impl Debug for RotateApiKeyResponse
Source§impl<'de> Deserialize<'de> for RotateApiKeyResponse
impl<'de> Deserialize<'de> for RotateApiKeyResponse
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 RotateApiKeyResponse
impl PartialEq for RotateApiKeyResponse
Source§impl Serialize for RotateApiKeyResponse
impl Serialize for RotateApiKeyResponse
impl Eq for RotateApiKeyResponse
impl StructuralPartialEq for RotateApiKeyResponse
Auto Trait Implementations§
impl Freeze for RotateApiKeyResponse
impl RefUnwindSafe for RotateApiKeyResponse
impl Send for RotateApiKeyResponse
impl Sync for RotateApiKeyResponse
impl Unpin for RotateApiKeyResponse
impl UnsafeUnpin for RotateApiKeyResponse
impl UnwindSafe for RotateApiKeyResponse
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