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