pub struct ResourceDefinition {
pub logical_id: String,
pub resource_type: String,
pub properties: Value,
}Expand description
A single resource from the template.
Fields§
§logical_id: String§resource_type: String§properties: ValueTrait Implementations§
Source§impl Clone for ResourceDefinition
impl Clone for ResourceDefinition
Source§fn clone(&self) -> ResourceDefinition
fn clone(&self) -> ResourceDefinition
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 moreAuto Trait Implementations§
impl Freeze for ResourceDefinition
impl RefUnwindSafe for ResourceDefinition
impl Send for ResourceDefinition
impl Sync for ResourceDefinition
impl Unpin for ResourceDefinition
impl UnsafeUnpin for ResourceDefinition
impl UnwindSafe for ResourceDefinition
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