Trait OpenOptionsExt2
trait OpenOptionsExt2: Sealed
Required Methods
fn freeze_last_access_time(self: &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(self: &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