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