pub struct InheritedSettingsForProject {
pub project_catalog_settings: Option<DevCenterProjectCatalogSettings>,
pub network_settings: Option<ProjectNetworkSettings>,
}Expand description
Applicable inherited settings for a project.
Fields§
§project_catalog_settings: Option<DevCenterProjectCatalogSettings>Project catalog settings for project catalogs under a project associated to this dev center.
network_settings: Option<ProjectNetworkSettings>Network settings for the project.
Implementations§
Trait Implementations§
Source§impl Clone for InheritedSettingsForProject
impl Clone for InheritedSettingsForProject
Source§fn clone(&self) -> InheritedSettingsForProject
fn clone(&self) -> InheritedSettingsForProject
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 InheritedSettingsForProject
impl Debug for InheritedSettingsForProject
Source§impl Default for InheritedSettingsForProject
impl Default for InheritedSettingsForProject
Source§fn default() -> InheritedSettingsForProject
fn default() -> InheritedSettingsForProject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InheritedSettingsForProject
impl<'de> Deserialize<'de> for InheritedSettingsForProject
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
impl StructuralPartialEq for InheritedSettingsForProject
Auto Trait Implementations§
impl Freeze for InheritedSettingsForProject
impl RefUnwindSafe for InheritedSettingsForProject
impl Send for InheritedSettingsForProject
impl Sync for InheritedSettingsForProject
impl Unpin for InheritedSettingsForProject
impl UnwindSafe for InheritedSettingsForProject
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