Struct floppy_disk::tokio_fs::TokioOpenOptions
source · pub struct TokioOpenOptions(_);Trait Implementations§
source§impl Debug for TokioOpenOptions
impl Debug for TokioOpenOptions
source§impl<'a> FloppyOpenOptions<'a, TokioFloppyDisk> for TokioOpenOptions
impl<'a> FloppyOpenOptions<'a, TokioFloppyDisk> for TokioOpenOptions
fn new() -> Self
fn read(self, read: bool) -> Self
fn write(self, write: bool) -> Self
fn append(self, append: bool) -> Self
fn truncate(self, truncate: bool) -> Self
fn create(self, create: bool) -> Self
fn create_new(self, create_new: bool) -> Self
fn open<'life0, 'async_trait, P>( &'life0 self, _disk: &'a TokioFloppyDisk, path: P ) -> Pin<Box<dyn Future<Output = Result<<TokioFloppyDisk as FloppyDisk<'a>>::File>> + Send + 'async_trait>>where P: 'async_trait + AsRef<Path> + Send, Self: 'async_trait, 'a: 'async_trait, 'life0: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for TokioOpenOptions
impl Send for TokioOpenOptions
impl Sync for TokioOpenOptions
impl Unpin for TokioOpenOptions
impl UnwindSafe for TokioOpenOptions
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