Struct google_firebasehosting1_beta1::ActingUser[][src]

pub struct ActingUser {
    pub image_url: Option<String>,
    pub email: Option<String>,
}

Contains metadata about the user who performed an action, such as creating a release or finalizing a version.

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

Fields

A profile image URL for the user. May not be present if the user has changed their email address or deleted their account.

The email address of the user when the user performed the action.

Trait Implementations

impl Default for ActingUser
[src]

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

impl Clone for ActingUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActingUser
[src]

Formats the value using the given formatter. Read more

impl Part for ActingUser
[src]

Auto Trait Implementations

impl Send for ActingUser

impl Sync for ActingUser