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