Trait OpenOptionsExt2

trait OpenOptionsExt2: Sealed

Required Methods

fn freeze_last_access_time(self: &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(self: &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