Enum s3_algo::ObjectSource [−][src]
pub enum ObjectSource {
File {
path: PathBuf,
key: String,
},
Data {
data: Vec<u8>,
key: String,
},
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectSource
impl Send for ObjectSource
impl Sync for ObjectSource
impl Unpin for ObjectSource
impl UnwindSafe for ObjectSource
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self