Struct google_sqladmin1_beta4::BinLogCoordinates [] [src]

pub struct BinLogCoordinates {
    pub bin_log_position: Option<String>,
    pub kind: Option<String>,
    pub bin_log_file_name: Option<String>,
}

Binary log coordinates.

This type is not used in any activity, and only used as part of another schema.

Fields

Position (offset) within the binary log file.

This is always sql#binLogCoordinates.

Name of the binary log file for a Cloud SQL instance.

Trait Implementations

impl Debug for BinLogCoordinates
[src]

Formats the value using the given formatter.

impl Clone for BinLogCoordinates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BinLogCoordinates
[src]

Returns the "default value" for a type. Read more

impl Part for BinLogCoordinates
[src]