Trait OpenOptionsExt2
pub trait OpenOptionsExt2
Required Methods
fn freeze_last_access_time(&mut self, freeze: bool) -> &mut SelfIf set to
true, prevent the "last access time" of the file from being changed.Default to
false.fn freeze_last_write_time(&mut self, freeze: bool) -> &mut SelfIf set to
true, prevent the "last write time" of the file from being changed.Default to
false.
Implementors
impl OpenOptionsExt2 for OpenOptions