pub struct StoreSpec {
pub spec_type: String,
pub options: HashMap<String, String>,
}Expand description
Store specification for packing operations
Fields§
§spec_type: StringStore type (e.g., “file”, “s3”)
options: HashMap<String, String>Store options
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoreSpec
impl RefUnwindSafe for StoreSpec
impl Send for StoreSpec
impl Sync for StoreSpec
impl Unpin for StoreSpec
impl UnsafeUnpin for StoreSpec
impl UnwindSafe for StoreSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more