pub struct IpAllocationPolicy {
pub useIpAliases: bool,
pub servicesIpv4CidrBlock: String,
}Fields§
§useIpAliases: bool§servicesIpv4CidrBlock: StringTrait Implementations§
Source§impl Debug for IpAllocationPolicy
impl Debug for IpAllocationPolicy
Source§impl Default for IpAllocationPolicy
impl Default for IpAllocationPolicy
Source§fn default() -> IpAllocationPolicy
fn default() -> IpAllocationPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IpAllocationPolicy
impl<'de> Deserialize<'de> for IpAllocationPolicy
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
Auto Trait Implementations§
impl Freeze for IpAllocationPolicy
impl RefUnwindSafe for IpAllocationPolicy
impl Send for IpAllocationPolicy
impl Sync for IpAllocationPolicy
impl Unpin for IpAllocationPolicy
impl UnsafeUnpin for IpAllocationPolicy
impl UnwindSafe for IpAllocationPolicy
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