Struct gapi_grpc::google::genomics::v1alpha2::pipeline_parameter::LocalCopy[][src]

pub struct LocalCopy {
    pub path: String,
    pub disk: String,
}

LocalCopy defines how a remote file should be copied to and from the VM.

Fields

path: String

Required. The path within the user’s docker container where this input should be localized to and from, relative to the specified disk’s mount point. For example: file.txt,

disk: String

Required. The name of the disk where this parameter is located. Can be the name of one of the disks specified in the Resources field, or “boot”, which represents the Docker instance’s boot disk and has a mount point of /.

Trait Implementations

impl Clone for LocalCopy[src]

impl Debug for LocalCopy[src]

impl Default for LocalCopy[src]

impl Message for LocalCopy[src]

impl PartialEq<LocalCopy> for LocalCopy[src]

impl StructuralPartialEq for LocalCopy[src]

Auto Trait Implementations

impl RefUnwindSafe for LocalCopy

impl Send for LocalCopy

impl Sync for LocalCopy

impl Unpin for LocalCopy

impl UnwindSafe for LocalCopy

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]