pub struct DeletePlatformVersionRequest {
pub platform_arn: Option<String>,
}
Fields§
§platform_arn: Option<String>
The ARN of the version of the custom platform.
Trait Implementations§
Source§impl Clone for DeletePlatformVersionRequest
impl Clone for DeletePlatformVersionRequest
Source§fn clone(&self) -> DeletePlatformVersionRequest
fn clone(&self) -> DeletePlatformVersionRequest
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 DeletePlatformVersionRequest
impl Debug for DeletePlatformVersionRequest
Source§impl Default for DeletePlatformVersionRequest
impl Default for DeletePlatformVersionRequest
Source§fn default() -> DeletePlatformVersionRequest
fn default() -> DeletePlatformVersionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeletePlatformVersionRequest
impl PartialEq for DeletePlatformVersionRequest
Source§fn eq(&self, other: &DeletePlatformVersionRequest) -> bool
fn eq(&self, other: &DeletePlatformVersionRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeletePlatformVersionRequest
Auto Trait Implementations§
impl Freeze for DeletePlatformVersionRequest
impl RefUnwindSafe for DeletePlatformVersionRequest
impl Send for DeletePlatformVersionRequest
impl Sync for DeletePlatformVersionRequest
impl Unpin for DeletePlatformVersionRequest
impl UnwindSafe for DeletePlatformVersionRequest
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