Struct s3_algo::err::MissingKeyOrSize
source · pub struct MissingKeyOrSize;Expand description
SNAFU context selector for the Error::MissingKeyOrSize variant
Implementations§
Trait Implementations§
source§impl Clone for MissingKeyOrSize
impl Clone for MissingKeyOrSize
source§fn clone(&self) -> MissingKeyOrSize
fn clone(&self) -> MissingKeyOrSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more