pub struct CreatePlatformVersionResult {
pub builder: Option<Builder>,
pub platform_summary: Option<PlatformSummary>,
}
Fields§
§builder: Option<Builder>
The builder used to create the custom platform.
platform_summary: Option<PlatformSummary>
Detailed information about the new version of the custom platform.
Trait Implementations§
Source§impl Clone for CreatePlatformVersionResult
impl Clone for CreatePlatformVersionResult
Source§fn clone(&self) -> CreatePlatformVersionResult
fn clone(&self) -> CreatePlatformVersionResult
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 CreatePlatformVersionResult
impl Debug for CreatePlatformVersionResult
Source§impl Default for CreatePlatformVersionResult
impl Default for CreatePlatformVersionResult
Source§fn default() -> CreatePlatformVersionResult
fn default() -> CreatePlatformVersionResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreatePlatformVersionResult
Auto Trait Implementations§
impl Freeze for CreatePlatformVersionResult
impl RefUnwindSafe for CreatePlatformVersionResult
impl Send for CreatePlatformVersionResult
impl Sync for CreatePlatformVersionResult
impl Unpin for CreatePlatformVersionResult
impl UnwindSafe for CreatePlatformVersionResult
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