Struct gapi_grpc::google::cloud::gaming::v1beta::TargetDetails [−][src]
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
impl RefUnwindSafe for TargetDetails
impl Send for TargetDetails
impl Sync for TargetDetails
impl Unpin for TargetDetails
impl UnwindSafe for TargetDetails
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,