pub struct GoogleAppsCloudidentityDevicesV1BrowserAttributes {
pub chrome_browser_info: Option<GoogleAppsCloudidentityDevicesV1BrowserInfo>,
pub chrome_profile_id: Option<String>,
pub last_profile_sync_time: Option<DateTime<Utc>>,
}Expand description
Contains information about browser profiles reported by the Endpoint Verification extension.
This type is not used in any activity, and only used as part of another schema.
Fields§
§chrome_browser_info: Option<GoogleAppsCloudidentityDevicesV1BrowserInfo>Represents the current state of the Chrome browser attributes sent by the Endpoint Verification extension.
chrome_profile_id: Option<String>Chrome profile ID that is exposed by the Chrome API. It is unique for each device.
last_profile_sync_time: Option<DateTime<Utc>>Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.
Trait Implementations§
Source§impl Clone for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl Clone for GoogleAppsCloudidentityDevicesV1BrowserAttributes
Source§fn clone(&self) -> GoogleAppsCloudidentityDevicesV1BrowserAttributes
fn clone(&self) -> GoogleAppsCloudidentityDevicesV1BrowserAttributes
Returns a duplicate 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 Default for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl Default for GoogleAppsCloudidentityDevicesV1BrowserAttributes
Source§fn default() -> GoogleAppsCloudidentityDevicesV1BrowserAttributes
fn default() -> GoogleAppsCloudidentityDevicesV1BrowserAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1BrowserAttributes
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
impl Part for GoogleAppsCloudidentityDevicesV1BrowserAttributes
Auto Trait Implementations§
impl Freeze for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl RefUnwindSafe for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl Send for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl Sync for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl Unpin for GoogleAppsCloudidentityDevicesV1BrowserAttributes
impl UnwindSafe for GoogleAppsCloudidentityDevicesV1BrowserAttributes
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