Enum s3lsio::Commands
[−]
[src]
pub enum Commands {
abort,
acl,
cp,
get,
head,
mb,
put,
range,
rb,
rm,
ls,
setacl,
setver,
stats,
ver,
}Commands
Variants
abortaclcpgetheadmbputrangerbrmlssetaclsetverstatsverTrait Implementations
impl Debug for Commands[src]
impl Clone for Commands[src]
fn clone(&self) -> Commands
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more