pub struct ProjectProperties {
pub project_update_properties: ProjectUpdateProperties,
pub provisioning_state: Option<ProvisioningState>,
pub dev_center_uri: Option<DevCenterUri>,
}Expand description
Properties of a project.
Fields§
§project_update_properties: ProjectUpdateProperties§provisioning_state: Option<ProvisioningState>Provisioning state of the resource.
dev_center_uri: Option<DevCenterUri>The URI of the resource.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectProperties
impl Clone for ProjectProperties
Source§fn clone(&self) -> ProjectProperties
fn clone(&self) -> ProjectProperties
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 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: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectProperties
impl PartialEq for ProjectProperties
Source§impl Serialize for ProjectProperties
impl Serialize for ProjectProperties
impl StructuralPartialEq for ProjectProperties
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