pub struct LongitudinalOptions {
pub repo: PathBuf,
pub head: Option<String>,
pub since_ms: i64,
pub until_ms: i64,
pub session_paths: Vec<PathBuf>,
}Fields§
§repo: PathBuf§head: Option<String>§since_ms: i64§until_ms: i64§session_paths: Vec<PathBuf>Trait Implementations§
Source§impl Clone for LongitudinalOptions
impl Clone for LongitudinalOptions
Source§fn clone(&self) -> LongitudinalOptions
fn clone(&self) -> LongitudinalOptions
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 moreAuto Trait Implementations§
impl Freeze for LongitudinalOptions
impl RefUnwindSafe for LongitudinalOptions
impl Send for LongitudinalOptions
impl Sync for LongitudinalOptions
impl Unpin for LongitudinalOptions
impl UnsafeUnpin for LongitudinalOptions
impl UnwindSafe for LongitudinalOptions
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