Struct iroh_bytes::store::fs::FlatStorePaths
source · pub struct FlatStorePaths {
pub complete: PathBuf,
pub partial: PathBuf,
pub meta: PathBuf,
}Expand description
Parameters for importing from a flat store
Fields§
§complete: PathBufComplete data files
partial: PathBufPartial data files
meta: PathBufMetadata files such as the tags table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatStorePaths
impl RefUnwindSafe for FlatStorePaths
impl Send for FlatStorePaths
impl Sync for FlatStorePaths
impl Unpin for FlatStorePaths
impl UnwindSafe for FlatStorePaths
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