pub struct LaunchTemplate {
pub id: Option<String>,
}
Expand description
Describes an Amazon EC2 launch template.
Fields§
§id: Option<String>
The ID of the launch template.
Trait Implementations§
Source§impl Clone for LaunchTemplate
impl Clone for LaunchTemplate
Source§fn clone(&self) -> LaunchTemplate
fn clone(&self) -> LaunchTemplate
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 LaunchTemplate
impl Debug for LaunchTemplate
Source§impl Default for LaunchTemplate
impl Default for LaunchTemplate
Source§fn default() -> LaunchTemplate
fn default() -> LaunchTemplate
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplate
impl PartialEq for LaunchTemplate
impl StructuralPartialEq for LaunchTemplate
Auto Trait Implementations§
impl Freeze for LaunchTemplate
impl RefUnwindSafe for LaunchTemplate
impl Send for LaunchTemplate
impl Sync for LaunchTemplate
impl Unpin for LaunchTemplate
impl UnwindSafe for LaunchTemplate
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