pub struct CreateDataLogConfig {
pub file_path: PathBuf,
pub metadata: String,
}
Fields§
§file_path: PathBuf
the absolute path to the file
metadata: String
metadata for the file header
Trait Implementations§
Source§impl Clone for CreateDataLogConfig
impl Clone for CreateDataLogConfig
Source§fn clone(&self) -> CreateDataLogConfig
fn clone(&self) -> CreateDataLogConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CreateDataLogConfig
impl RefUnwindSafe for CreateDataLogConfig
impl Send for CreateDataLogConfig
impl Sync for CreateDataLogConfig
impl Unpin for CreateDataLogConfig
impl UnwindSafe for CreateDataLogConfig
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