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