pub struct IpAddressInfo {
pub private_ip_address: String,
pub public_ip_address: String,
}Fields§
§private_ip_address: String§public_ip_address: StringTrait Implementations§
Source§impl Debug for IpAddressInfo
impl Debug for IpAddressInfo
Source§impl<'de> Deserialize<'de> for IpAddressInfo
impl<'de> Deserialize<'de> for IpAddressInfo
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 IpAddressInfo
impl RefUnwindSafe for IpAddressInfo
impl Send for IpAddressInfo
impl Sync for IpAddressInfo
impl Unpin for IpAddressInfo
impl UnwindSafe for IpAddressInfo
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