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 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 moreAuto Trait Implementations§
impl Freeze for Ipv6Prefix
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