pub struct BlockFiles {
pub main: String,
pub index: String,
pub cache: String,
pub chainIndex: String,
}Fields§
§main: String§index: String§cache: String§chainIndex: StringImplementations§
Source§impl BlockFiles
impl BlockFiles
pub fn new(files: [String; 4]) -> BlockFiles
Auto Trait Implementations§
impl Freeze for BlockFiles
impl RefUnwindSafe for BlockFiles
impl Send for BlockFiles
impl Sync for BlockFiles
impl Unpin for BlockFiles
impl UnwindSafe for BlockFiles
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