[][src]Trait s3find::function::RunCommand

pub trait RunCommand {
    fn execute(
        &self,
        client: &S3Client,
        region: &str,
        path: &S3path,
        list: &[&Object]
    ) -> Result<(), Error>; }

Required methods

fn execute(
    &self,
    client: &S3Client,
    region: &str,
    path: &S3path,
    list: &[&Object]
) -> Result<(), Error>

Loading content...

Implementors

impl RunCommand for AdvancedPrint[src]

impl RunCommand for DoNothing[src]

impl RunCommand for Download[src]

impl RunCommand for Exec[src]

impl RunCommand for FastPrint[src]

impl RunCommand for ListTags[src]

impl RunCommand for MultipleDelete[src]

impl RunCommand for S3Copy[src]

impl RunCommand for S3Move[src]

impl RunCommand for SetPublic[src]

impl RunCommand for SetTags[src]

Loading content...