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