Struct gapi_grpc::grafeas::v1::GerritSourceContext[][src]

pub struct GerritSourceContext {
    pub host_uri: String,
    pub gerrit_project: String,
    pub revision: Option<Revision>,
}

A SourceContext referring to a Gerrit project.

Fields

host_uri: String

The URI of a running Gerrit instance.

gerrit_project: String

The full project name within the host. Projects may be nested, so “project/subproject” is a valid project name. The “repo name” is the hostURI/project.

revision: Option<Revision>

A revision in a Gerrit project can be identified by either its revision ID or its alias.

Trait Implementations

impl Clone for GerritSourceContext[src]

impl Debug for GerritSourceContext[src]

impl Default for GerritSourceContext[src]

impl Message for GerritSourceContext[src]

impl PartialEq<GerritSourceContext> for GerritSourceContext[src]

impl StructuralPartialEq for GerritSourceContext[src]

Auto Trait Implementations

impl RefUnwindSafe for GerritSourceContext

impl Send for GerritSourceContext

impl Sync for GerritSourceContext

impl Unpin for GerritSourceContext

impl UnwindSafe for GerritSourceContext

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]