Struct gapi_grpc::google::cloud::gaming::v1beta::deployed_fleet_details::DeployedFleet[][src]

pub struct DeployedFleet {
    pub fleet: String,
    pub fleet_spec: String,
    pub spec_source: Option<SpecSource>,
    pub status: Option<DeployedFleetStatus>,
}

Agones fleet specification and details.

Fields

fleet: String

The name of the Agones fleet.

fleet_spec: String

The fleet spec retrieved from the Agones fleet.

spec_source: Option<SpecSource>

The source spec that is used to create the Agones fleet. The GameServerConfig resource may no longer exist in the system.

status: Option<DeployedFleetStatus>

The current status of the Agones fleet. Includes count of game servers in various states.

Trait Implementations

impl Clone for DeployedFleet[src]

impl Debug for DeployedFleet[src]

impl Default for DeployedFleet[src]

impl Message for DeployedFleet[src]

impl PartialEq<DeployedFleet> for DeployedFleet[src]

impl StructuralPartialEq for DeployedFleet[src]

Auto Trait Implementations

impl RefUnwindSafe for DeployedFleet

impl Send for DeployedFleet

impl Sync for DeployedFleet

impl Unpin for DeployedFleet

impl UnwindSafe for DeployedFleet

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]