Struct gapi_grpc::google::cloud::videointelligence::v1p3beta1::Celebrity[][src]

pub struct Celebrity {
    pub name: String,
    pub display_name: String,
    pub description: String,
}

Celebrity definition.

Fields

name: String

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

display_name: String

The celebrity name.

description: String

Textual description of additional information about the celebrity, if applicable.

Trait Implementations

impl Clone for Celebrity[src]

impl Debug for Celebrity[src]

impl Default for Celebrity[src]

impl Message for Celebrity[src]

impl PartialEq<Celebrity> for Celebrity[src]

impl StructuralPartialEq for Celebrity[src]

Auto Trait Implementations

impl RefUnwindSafe for Celebrity

impl Send for Celebrity

impl Sync for Celebrity

impl Unpin for Celebrity

impl UnwindSafe for Celebrity

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]