Trait OpenOptionsExt2

pub trait OpenOptionsExt2

Required Methods

fn freeze_last_access_time(&mut self, freeze: bool) -> &mut Self

If 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 Self

If set to true, prevent the "last write time" of the file from being changed.

Default to false.

Implementors