Struct gapi_grpc::google::api::servicemanagement::v1::ManagedService[][src]

pub struct ManagedService {
    pub service_name: String,
    pub producer_project_id: String,
}

The full representation of a Service that is managed by Google Service Management.

Fields

service_name: String

The name of the service. See the overview for naming requirements.

producer_project_id: String

ID of the project that produces and owns this service.

Trait Implementations

impl Clone for ManagedService[src]

impl Debug for ManagedService[src]

impl Default for ManagedService[src]

impl Message for ManagedService[src]

impl PartialEq<ManagedService> for ManagedService[src]

impl StructuralPartialEq for ManagedService[src]

Auto Trait Implementations

impl RefUnwindSafe for ManagedService

impl Send for ManagedService

impl Sync for ManagedService

impl Unpin for ManagedService

impl UnwindSafe for ManagedService

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]