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