pub struct ProjectNetworkSettings {
pub microsoft_hosted_network_enable_status: Option<MicrosoftHostedNetworkEnableStatus>,
}Expand description
Network settings for the project.
Fields§
§microsoft_hosted_network_enable_status: Option<MicrosoftHostedNetworkEnableStatus>Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectNetworkSettings
impl Clone for ProjectNetworkSettings
Source§fn clone(&self) -> ProjectNetworkSettings
fn clone(&self) -> ProjectNetworkSettings
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 ProjectNetworkSettings
impl Debug for ProjectNetworkSettings
Source§impl Default for ProjectNetworkSettings
impl Default for ProjectNetworkSettings
Source§fn default() -> ProjectNetworkSettings
fn default() -> ProjectNetworkSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectNetworkSettings
impl<'de> Deserialize<'de> for ProjectNetworkSettings
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 ProjectNetworkSettings
impl PartialEq for ProjectNetworkSettings
Source§impl Serialize for ProjectNetworkSettings
impl Serialize for ProjectNetworkSettings
impl StructuralPartialEq for ProjectNetworkSettings
Auto Trait Implementations§
impl Freeze for ProjectNetworkSettings
impl RefUnwindSafe for ProjectNetworkSettings
impl Send for ProjectNetworkSettings
impl Sync for ProjectNetworkSettings
impl Unpin for ProjectNetworkSettings
impl UnwindSafe for ProjectNetworkSettings
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