pub struct NginxPublicIpAddress {
pub id: Option<String>,
}Fields§
§id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for NginxPublicIpAddress
impl Clone for NginxPublicIpAddress
Source§fn clone(&self) -> NginxPublicIpAddress
fn clone(&self) -> NginxPublicIpAddress
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 NginxPublicIpAddress
impl Debug for NginxPublicIpAddress
Source§impl Default for NginxPublicIpAddress
impl Default for NginxPublicIpAddress
Source§fn default() -> NginxPublicIpAddress
fn default() -> NginxPublicIpAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NginxPublicIpAddress
impl<'de> Deserialize<'de> for NginxPublicIpAddress
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 NginxPublicIpAddress
impl PartialEq for NginxPublicIpAddress
Source§impl Serialize for NginxPublicIpAddress
impl Serialize for NginxPublicIpAddress
impl StructuralPartialEq for NginxPublicIpAddress
Auto Trait Implementations§
impl Freeze for NginxPublicIpAddress
impl RefUnwindSafe for NginxPublicIpAddress
impl Send for NginxPublicIpAddress
impl Sync for NginxPublicIpAddress
impl Unpin for NginxPublicIpAddress
impl UnwindSafe for NginxPublicIpAddress
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