[][src]Struct s3find::arg::S3Move

pub struct S3Move {
    pub destination: S3Path,
    pub flat: bool,
}

Fields

destination: S3Path

S3 path destination to copy files to

flat: bool

Copy keys like files

Trait Implementations

impl Clone for S3Move[src]

impl Debug for S3Move[src]

impl PartialEq<S3Move> for S3Move[src]

impl RunCommand for S3Move[src]

impl StructOpt for S3Move[src]

impl StructOptInternal for S3Move[src]

impl StructuralPartialEq for S3Move[src]

Auto Trait Implementations

impl RefUnwindSafe for S3Move

impl Send for S3Move

impl Sync for S3Move

impl Unpin for S3Move

impl UnwindSafe for S3Move

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> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

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.