pub struct ModifyLaunchTemplateResult {
pub launch_template: Option<LaunchTemplate>,
}Fields§
§launch_template: Option<LaunchTemplate>Information about the launch template.
Trait Implementations§
Source§impl Clone for ModifyLaunchTemplateResult
impl Clone for ModifyLaunchTemplateResult
Source§fn clone(&self) -> ModifyLaunchTemplateResult
fn clone(&self) -> ModifyLaunchTemplateResult
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 ModifyLaunchTemplateResult
impl Debug for ModifyLaunchTemplateResult
Source§impl Default for ModifyLaunchTemplateResult
impl Default for ModifyLaunchTemplateResult
Source§fn default() -> ModifyLaunchTemplateResult
fn default() -> ModifyLaunchTemplateResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ModifyLaunchTemplateResult
Auto Trait Implementations§
impl Freeze for ModifyLaunchTemplateResult
impl RefUnwindSafe for ModifyLaunchTemplateResult
impl Send for ModifyLaunchTemplateResult
impl Sync for ModifyLaunchTemplateResult
impl Unpin for ModifyLaunchTemplateResult
impl UnwindSafe for ModifyLaunchTemplateResult
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