pub struct ModuleDefaultVersion { /* private fields */ }Expand description
The AWS::CloudFormation::ModuleDefaultVersion resource type.
Trait Implementations§
Source§impl Debug for ModuleDefaultVersion
impl Debug for ModuleDefaultVersion
Source§impl Default for ModuleDefaultVersion
impl Default for ModuleDefaultVersion
Source§fn default() -> ModuleDefaultVersion
fn default() -> ModuleDefaultVersion
Returns the “default value” for a type. Read more
Source§impl From<ModuleDefaultVersionProperties> for ModuleDefaultVersion
impl From<ModuleDefaultVersionProperties> for ModuleDefaultVersion
Source§fn from(properties: ModuleDefaultVersionProperties) -> ModuleDefaultVersion
fn from(properties: ModuleDefaultVersionProperties) -> ModuleDefaultVersion
Converts to this type from the input type.
Source§impl Resource for ModuleDefaultVersion
impl Resource for ModuleDefaultVersion
Source§const TYPE: &'static str = "AWS::CloudFormation::ModuleDefaultVersion"
const TYPE: &'static str = "AWS::CloudFormation::ModuleDefaultVersion"
Uniquely identifies the resource type.
Source§type Properties = ModuleDefaultVersionProperties
type Properties = ModuleDefaultVersionProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ModuleDefaultVersionProperties
fn properties(&self) -> &ModuleDefaultVersionProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ModuleDefaultVersionProperties
fn properties_mut(&mut self) -> &mut ModuleDefaultVersionProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ModuleDefaultVersion
impl RefUnwindSafe for ModuleDefaultVersion
impl Send for ModuleDefaultVersion
impl Sync for ModuleDefaultVersion
impl Unpin for ModuleDefaultVersion
impl UnwindSafe for ModuleDefaultVersion
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