pub struct GetIpAddress {
pub kind: String,
pub id: String,
pub creationTimestamp: String,
pub name: String,
pub description: String,
pub address: String,
pub status: String,
pub selfLink: String,
pub networkTier: String,
pub labelFingerprint: String,
pub ipVersion: String,
pub addressType: String,
}Fields§
§kind: String§id: String§creationTimestamp: String§name: String§description: String§address: String§status: String§selfLink: String§networkTier: String§labelFingerprint: String§ipVersion: String§addressType: StringTrait Implementations§
Source§impl Clone for GetIpAddress
impl Clone for GetIpAddress
Source§fn clone(&self) -> GetIpAddress
fn clone(&self) -> GetIpAddress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetIpAddress
impl Debug for GetIpAddress
Source§impl Default for GetIpAddress
impl Default for GetIpAddress
Source§fn default() -> GetIpAddress
fn default() -> GetIpAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetIpAddress
impl<'de> Deserialize<'de> for GetIpAddress
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 GetIpAddress
impl RefUnwindSafe for GetIpAddress
impl Send for GetIpAddress
impl Sync for GetIpAddress
impl Unpin for GetIpAddress
impl UnsafeUnpin for GetIpAddress
impl UnwindSafe for GetIpAddress
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