Searched defs:OpenOptions (Results 1 – 1 of 1) sorted by relevance
37 pub struct OpenOptions(SyncOpenOptions); struct39 impl OpenOptions { implementation78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method102 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method