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