pub struct State {
pub file: PathBuf,
pub id: Option<String>,
pub index: Option<usize>,
pub as_of: Option<String>,
pub before: Option<String>,
pub after: Option<String>,
pub latest: Option<bool>,
}Fields§
§file: PathBuf§id: Option<String>§index: Option<usize>§as_of: Option<String>§before: Option<String>§after: Option<String>§latest: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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