pub struct TokioWriteStringToFile;Trait Implementations§
Source§impl<Runtime> StringToFileWriter<Runtime> for TokioWriteStringToFilewhere
Runtime: HasFilePathType + HasErrorType + CanRaiseError<Error>,
Runtime::FilePath: AsRef<Path>,
impl<Runtime> StringToFileWriter<Runtime> for TokioWriteStringToFilewhere
Runtime: HasFilePathType + HasErrorType + CanRaiseError<Error>,
Runtime::FilePath: AsRef<Path>,
Auto Trait Implementations§
impl Freeze for TokioWriteStringToFile
impl RefUnwindSafe for TokioWriteStringToFile
impl Send for TokioWriteStringToFile
impl Sync for TokioWriteStringToFile
impl Unpin for TokioWriteStringToFile
impl UnwindSafe for TokioWriteStringToFile
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