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