pub struct ProjectProperties {
pub project_name: Value<String>,
}Expand description
Properties for the Project resource.
Fields§
§project_name: Value<String>Property ProjectName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for ProjectProperties
impl Debug for ProjectProperties
Source§impl Default for ProjectProperties
impl Default for ProjectProperties
Source§fn default() -> ProjectProperties
fn default() -> ProjectProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectProperties
impl<'de> Deserialize<'de> for ProjectProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<ProjectProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<ProjectProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ProjectProperties> for Project
impl From<ProjectProperties> for Project
Source§fn from(properties: ProjectProperties) -> Project
fn from(properties: ProjectProperties) -> Project
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProjectProperties
impl RefUnwindSafe for ProjectProperties
impl Send for ProjectProperties
impl Sync for ProjectProperties
impl Unpin for ProjectProperties
impl UnwindSafe for ProjectProperties
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