Struct gapi_grpc::google::cloud::aiplatform::v1beta1::batch_migrate_resources_operation_metadata::PartialResult[][src]

pub struct PartialResult {
    pub request: Option<MigrateResourceRequest>,
    pub result: Option<Result>,
}

Represents a partial result in batch migration operation for one [MigrateResourceRequest][google.cloud.aiplatform.v1beta1.MigrateResourceRequest].

Fields

request: Option<MigrateResourceRequest>

It’s the same as the value in [MigrateResourceRequest.migrate_resource_requests][].

result: Option<Result>

If the resource’s migration is ongoing, none of the result will be set. If the resource’s migration is finished, either error or one of the migrated resource name will be filled.

Trait Implementations

impl Clone for PartialResult[src]

impl Debug for PartialResult[src]

impl Default for PartialResult[src]

impl Message for PartialResult[src]

impl PartialEq<PartialResult> for PartialResult[src]

impl StructuralPartialEq for PartialResult[src]

Auto Trait Implementations

impl RefUnwindSafe for PartialResult

impl Send for PartialResult

impl Sync for PartialResult

impl Unpin for PartialResult

impl UnwindSafe for PartialResult

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]