pub struct DeleteImagePermissionsRequest {
pub name: String,
pub shared_account_id: String,
}
Fields§
§name: String
The name of the private image.
The 12-digit identifier of the AWS account for which to delete image permissions.
Trait Implementations§
Source§impl Clone for DeleteImagePermissionsRequest
impl Clone for DeleteImagePermissionsRequest
Source§fn clone(&self) -> DeleteImagePermissionsRequest
fn clone(&self) -> DeleteImagePermissionsRequest
Returns a copy 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 Default for DeleteImagePermissionsRequest
impl Default for DeleteImagePermissionsRequest
Source§fn default() -> DeleteImagePermissionsRequest
fn default() -> DeleteImagePermissionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteImagePermissionsRequest
impl PartialEq for DeleteImagePermissionsRequest
Source§fn eq(&self, other: &DeleteImagePermissionsRequest) -> bool
fn eq(&self, other: &DeleteImagePermissionsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteImagePermissionsRequest
Auto Trait Implementations§
impl Freeze for DeleteImagePermissionsRequest
impl RefUnwindSafe for DeleteImagePermissionsRequest
impl Send for DeleteImagePermissionsRequest
impl Sync for DeleteImagePermissionsRequest
impl Unpin for DeleteImagePermissionsRequest
impl UnwindSafe for DeleteImagePermissionsRequest
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