pub struct OpenFileOptions {
pub entry_date: DateTime<Local>,
}Expand description
The options available to the open command.
Fields§
§entry_date: DateTime<Local>The date of the entry to open.
Auto Trait Implementations§
impl Freeze for OpenFileOptions
impl RefUnwindSafe for OpenFileOptions
impl Send for OpenFileOptions
impl Sync for OpenFileOptions
impl Unpin for OpenFileOptions
impl UnwindSafe for OpenFileOptions
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