Struct google_sql1_beta4::api::BinLogCoordinates [−][src]
pub struct BinLogCoordinates {
pub bin_log_file_name: Option<String>,
pub bin_log_position: Option<String>,
pub kind: Option<String>,
}Expand description
Binary log coordinates.
This type is not used in any activity, and only used as part of another schema.
Fields
bin_log_file_name: Option<String>Name of the binary log file for a Cloud SQL instance.
bin_log_position: Option<String>Position (offset) within the binary log file.
kind: Option<String>This is always sql#binLogCoordinates.
Trait Implementations
Returns the “default value” for a type. Read more
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 RefUnwindSafe for BinLogCoordinates
impl Send for BinLogCoordinates
impl Sync for BinLogCoordinates
impl Unpin for BinLogCoordinates
impl UnwindSafe for BinLogCoordinates
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more