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