pub struct SecomDataPaths {
pub root: PathBuf,
pub archive: PathBuf,
pub data_file: PathBuf,
pub labels_file: PathBuf,
pub names_file: PathBuf,
}Fields§
§root: PathBuf§archive: PathBuf§data_file: PathBuf§labels_file: PathBuf§names_file: PathBufTrait Implementations§
Source§impl Clone for SecomDataPaths
impl Clone for SecomDataPaths
Source§fn clone(&self) -> SecomDataPaths
fn clone(&self) -> SecomDataPaths
Returns a duplicate 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 moreSource§impl Debug for SecomDataPaths
impl Debug for SecomDataPaths
Auto Trait Implementations§
impl Freeze for SecomDataPaths
impl RefUnwindSafe for SecomDataPaths
impl Send for SecomDataPaths
impl Sync for SecomDataPaths
impl Unpin for SecomDataPaths
impl UnsafeUnpin for SecomDataPaths
impl UnwindSafe for SecomDataPaths
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