pub struct DeletePublicKeyRequest {
pub id: String,
pub if_match: Option<String>,
}
Fields§
§id: String
The ID of the public key you want to remove from CloudFront.
if_match: Option<String>
The value of the ETag
header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL
.
Trait Implementations§
Source§impl Clone for DeletePublicKeyRequest
impl Clone for DeletePublicKeyRequest
Source§fn clone(&self) -> DeletePublicKeyRequest
fn clone(&self) -> DeletePublicKeyRequest
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 DeletePublicKeyRequest
impl Debug for DeletePublicKeyRequest
Source§impl Default for DeletePublicKeyRequest
impl Default for DeletePublicKeyRequest
Source§fn default() -> DeletePublicKeyRequest
fn default() -> DeletePublicKeyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeletePublicKeyRequest
impl PartialEq for DeletePublicKeyRequest
impl StructuralPartialEq for DeletePublicKeyRequest
Auto Trait Implementations§
impl Freeze for DeletePublicKeyRequest
impl RefUnwindSafe for DeletePublicKeyRequest
impl Send for DeletePublicKeyRequest
impl Sync for DeletePublicKeyRequest
impl Unpin for DeletePublicKeyRequest
impl UnwindSafe for DeletePublicKeyRequest
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