[][src]Struct gcp_client::google::cloud::gaming::v1beta::TargetDetails

pub struct TargetDetails {
    pub game_server_cluster_name: String,
    pub game_server_deployment_name: String,
    pub fleet_details: Vec<TargetFleetDetails>,
}

Details about the Agones resources.

Fields

game_server_cluster_name: String

The Game Server Cluster name. Uses the form:

projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}.

game_server_deployment_name: String

The Game Server Deployment name. Uses the form:

projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}.

fleet_details: Vec<TargetFleetDetails>

Agones fleet details for Game Server Clusters and Game Server Deployments.

Trait Implementations

impl Clone for TargetDetails[src]

impl Debug for TargetDetails[src]

impl Default for TargetDetails[src]

impl Message for TargetDetails[src]

impl PartialEq<TargetDetails> for TargetDetails[src]

impl StructuralPartialEq for TargetDetails[src]

Auto Trait Implementations

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, 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>, 

impl<T> WithSubscriber for T[src]