Struct google_sql1_beta4::api::TruncateLogContext
source · Expand description
Database Instance truncate log context.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>This is always sql#truncateLogContext.
log_type: Option<String>The type of log to truncate. Valid values are
MYSQL_GENERAL_TABLE and MYSQL_SLOW_TABLE.
Trait Implementations§
source§impl Clone for TruncateLogContext
impl Clone for TruncateLogContext
source§fn clone(&self) -> TruncateLogContext
fn clone(&self) -> TruncateLogContext
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 TruncateLogContext
impl Debug for TruncateLogContext
source§impl Default for TruncateLogContext
impl Default for TruncateLogContext
source§fn default() -> TruncateLogContext
fn default() -> TruncateLogContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TruncateLogContext
impl<'de> Deserialize<'de> for TruncateLogContext
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