Struct gapi_grpc::google::apps::drive::activity::v2::user::KnownUser[][src]

pub struct KnownUser {
    pub person_name: String,
    pub is_current_user: bool,
}

A known user.

Fields

person_name: String

The identifier for this user that can be used with the People API to get more information. The format is people/ACCOUNT_ID. See https://developers.google.com/people/.

is_current_user: bool

True if this is the user making the request.

Trait Implementations

impl Clone for KnownUser[src]

impl Debug for KnownUser[src]

impl Default for KnownUser[src]

impl Message for KnownUser[src]

impl PartialEq<KnownUser> for KnownUser[src]

impl StructuralPartialEq for KnownUser[src]

Auto Trait Implementations

impl RefUnwindSafe for KnownUser

impl Send for KnownUser

impl Sync for KnownUser

impl Unpin for KnownUser

impl UnwindSafe for KnownUser

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]