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