Struct floppy_disk::mem::MemOpenOptions
source · pub struct MemOpenOptions<'a> { /* private fields */ }Trait Implementations§
source§impl<'a> Debug for MemOpenOptions<'a>
impl<'a> Debug for MemOpenOptions<'a>
source§impl FloppyOpenOptions for MemOpenOptions<'_>
impl FloppyOpenOptions for MemOpenOptions<'_>
type File = MemFile
fn read(&mut self, read: bool) -> &mut Self
fn write(&mut self, write: bool) -> &mut Self
fn append(&mut self, append: bool) -> &mut Self
fn truncate(&mut self, truncate: bool) -> &mut Self
fn create(&mut self, create: bool) -> &mut Self
fn create_new(&mut self, create_new: bool) -> &mut Self
fn open<'life0, 'async_trait, P>( &'life0 self, path: P ) -> Pin<Box<dyn Future<Output = Result<Self::File>> + Send + 'async_trait>>where P: 'async_trait + AsRef<Path> + Send, Self: 'async_trait, 'life0: 'async_trait,
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for MemOpenOptions<'a>
impl<'a> Send for MemOpenOptions<'a>
impl<'a> Sync for MemOpenOptions<'a>
impl<'a> Unpin for MemOpenOptions<'a>
impl<'a> !UnwindSafe for MemOpenOptions<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more