Struct aws_ip_ranges::Ipv6Prefix
source · pub struct Ipv6Prefix {
pub ipv6_prefix: &'static str,
pub region: &'static str,
pub service: &'static str,
pub network_border_group: &'static str,
}
Expand description
The objects inside the ipv6_prefixes
list of
https://ip-ranges.amazonaws.com/ip-ranges.json.
Fields§
§ipv6_prefix: &'static str
§region: &'static str
§service: &'static str
§network_border_group: &'static str
Trait Implementations§
source§impl Clone for Ipv6Prefix
impl Clone for Ipv6Prefix
source§fn clone(&self) -> Ipv6Prefix
fn clone(&self) -> Ipv6Prefix
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for Ipv6Prefix
impl Send for Ipv6Prefix
impl Sync for Ipv6Prefix
impl Unpin for Ipv6Prefix
impl UnwindSafe for Ipv6Prefix
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