pub struct CreateDataLogConfig {
pub file_path: PathBuf,
pub metadata: String,
}Fields§
§file_path: PathBufthe absolute path to the file
metadata: Stringmetadata 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§fn clone_from(&mut self, source: &Self)
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