pub struct VirtualGatewayAccessLog {
pub file: Option<VirtualGatewayFileAccessLog>,
}
Expand description
The access log configuration for a virtual gateway.
Fields§
§file: Option<VirtualGatewayFileAccessLog>
The file object to send virtual gateway access logs to.
Trait Implementations§
Source§impl Clone for VirtualGatewayAccessLog
impl Clone for VirtualGatewayAccessLog
Source§fn clone(&self) -> VirtualGatewayAccessLog
fn clone(&self) -> VirtualGatewayAccessLog
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 moreSource§impl Debug for VirtualGatewayAccessLog
impl Debug for VirtualGatewayAccessLog
Source§impl Default for VirtualGatewayAccessLog
impl Default for VirtualGatewayAccessLog
Source§fn default() -> VirtualGatewayAccessLog
fn default() -> VirtualGatewayAccessLog
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VirtualGatewayAccessLog
impl<'de> Deserialize<'de> for VirtualGatewayAccessLog
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
Source§impl PartialEq for VirtualGatewayAccessLog
impl PartialEq for VirtualGatewayAccessLog
Source§impl Serialize for VirtualGatewayAccessLog
impl Serialize for VirtualGatewayAccessLog
impl StructuralPartialEq for VirtualGatewayAccessLog
Auto Trait Implementations§
impl Freeze for VirtualGatewayAccessLog
impl RefUnwindSafe for VirtualGatewayAccessLog
impl Send for VirtualGatewayAccessLog
impl Sync for VirtualGatewayAccessLog
impl Unpin for VirtualGatewayAccessLog
impl UnwindSafe for VirtualGatewayAccessLog
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