Searched defs:OpenOptions (Results 1 – 2 of 2) sorted by relevance
37 pub struct OpenOptions(SyncOpenOptions); struct39 impl OpenOptions { impl78 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
57 struct OpenOptions { struct70 int Connect(std::string URL, OpenOptions Options); argument