pub struct DriftFileConfig {
pub path: String,
pub interval: Option<u32>,
}Fields§
§path: String§interval: Option<u32>Trait Implementations§
Source§impl Clone for DriftFileConfig
impl Clone for DriftFileConfig
Source§fn clone(&self) -> DriftFileConfig
fn clone(&self) -> DriftFileConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DriftFileConfig
impl Debug for DriftFileConfig
Source§impl PartialEq for DriftFileConfig
impl PartialEq for DriftFileConfig
Source§fn eq(&self, other: &DriftFileConfig) -> bool
fn eq(&self, other: &DriftFileConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DriftFileConfig
Auto Trait Implementations§
impl Freeze for DriftFileConfig
impl RefUnwindSafe for DriftFileConfig
impl Send for DriftFileConfig
impl Sync for DriftFileConfig
impl Unpin for DriftFileConfig
impl UnsafeUnpin for DriftFileConfig
impl UnwindSafe for DriftFileConfig
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