pub struct AndroidCheckinRequest {
Show 22 fields pub imei: Option<String>, pub id: Option<i64>, pub digest: Option<String>, pub checkin: Option<AndroidCheckinProto>, pub desired_build: Option<String>, pub locale: Option<String>, pub logging_id: Option<i64>, pub market_checkin: Option<String>, pub mac_addr: Vec<String>, pub meid: Option<String>, pub account_cookie: Vec<String>, pub time_zone: Option<String>, pub security_token: Option<u64>, pub version: Option<i32>, pub ota_cert: Vec<String>, pub serial_number: Option<String>, pub esn: Option<String>, pub device_configuration: Option<DeviceConfigurationProto>, pub mac_addr_type: Vec<String>, pub fragment: Option<i32>, pub user_name: Option<String>, pub user_serial_number: Option<i32>,
}

Fields

imei: Option<String>id: Option<i64>digest: Option<String>checkin: Option<AndroidCheckinProto>desired_build: Option<String>locale: Option<String>logging_id: Option<i64>market_checkin: Option<String>mac_addr: Vec<String>meid: Option<String>account_cookie: Vec<String>time_zone: Option<String>security_token: Option<u64>version: Option<i32>ota_cert: Vec<String>serial_number: Option<String>esn: Option<String>device_configuration: Option<DeviceConfigurationProto>mac_addr_type: Vec<String>fragment: Option<i32>user_name: Option<String>user_serial_number: Option<i32>

Implementations

Returns the value of imei, or the default value if imei is unset.

Returns the value of id, or the default value if id is unset.

Returns the value of digest, or the default value if digest is unset.

Returns the value of desired_build, or the default value if desired_build is unset.

Returns the value of locale, or the default value if locale is unset.

Returns the value of logging_id, or the default value if logging_id is unset.

Returns the value of market_checkin, or the default value if market_checkin is unset.

Returns the value of meid, or the default value if meid is unset.

Returns the value of time_zone, or the default value if time_zone is unset.

Returns the value of security_token, or the default value if security_token is unset.

Returns the value of version, or the default value if version is unset.

Returns the value of serial_number, or the default value if serial_number is unset.

Returns the value of esn, or the default value if esn is unset.

Returns the value of fragment, or the default value if fragment is unset.

Returns the value of user_name, or the default value if user_name is unset.

Returns the value of user_serial_number, or the default value if user_serial_number is unset.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.