Struct aws_ip_ranges::Prefix 
source · pub struct Prefix {
    pub ip_prefix: &'static str,
    pub region: &'static str,
    pub service: &'static str,
    pub network_border_group: &'static str,
}Expand description
The objects inside the prefixes list of
https://ip-ranges.amazonaws.com/ip-ranges.json.
Fields§
§ip_prefix: &'static str§region: &'static str§service: &'static str§network_border_group: &'static strTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Prefix
impl Send for Prefix
impl Sync for Prefix
impl Unpin for Prefix
impl UnwindSafe for Prefix
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