pub struct EnvironmentNetworkEgressAllowlist {
pub allowlist: Vec<AllowlistEntry>,
}Fields§
§allowlist: Vec<AllowlistEntry>Trait Implementations§
Source§impl Clone for EnvironmentNetworkEgressAllowlist
impl Clone for EnvironmentNetworkEgressAllowlist
Source§fn clone(&self) -> EnvironmentNetworkEgressAllowlist
fn clone(&self) -> EnvironmentNetworkEgressAllowlist
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for EnvironmentNetworkEgressAllowlist
impl Default for EnvironmentNetworkEgressAllowlist
Source§fn default() -> EnvironmentNetworkEgressAllowlist
fn default() -> EnvironmentNetworkEgressAllowlist
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentNetworkEgressAllowlist
impl<'de> Deserialize<'de> for EnvironmentNetworkEgressAllowlist
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
impl StructuralPartialEq for EnvironmentNetworkEgressAllowlist
Auto Trait Implementations§
impl Freeze for EnvironmentNetworkEgressAllowlist
impl RefUnwindSafe for EnvironmentNetworkEgressAllowlist
impl Send for EnvironmentNetworkEgressAllowlist
impl Sync for EnvironmentNetworkEgressAllowlist
impl Unpin for EnvironmentNetworkEgressAllowlist
impl UnsafeUnpin for EnvironmentNetworkEgressAllowlist
impl UnwindSafe for EnvironmentNetworkEgressAllowlist
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