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