pub struct IpAddressRegion {
pub name: String,
pub networkTier: String,
pub addressType: String,
}Fields§
§name: String§networkTier: String§addressType: StringNot supported in regional version
Trait Implementations§
Source§impl Debug for IpAddressRegion
impl Debug for IpAddressRegion
Source§impl Default for IpAddressRegion
impl Default for IpAddressRegion
Source§fn default() -> IpAddressRegion
fn default() -> IpAddressRegion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IpAddressRegion
impl<'de> Deserialize<'de> for IpAddressRegion
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 IpAddressRegion
impl RefUnwindSafe for IpAddressRegion
impl Send for IpAddressRegion
impl Sync for IpAddressRegion
impl Unpin for IpAddressRegion
impl UnsafeUnpin for IpAddressRegion
impl UnwindSafe for IpAddressRegion
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