pub struct TokioReadFileAsString;Trait Implementations§
Source§impl<Runtime> FileAsStringReader<Runtime> for TokioReadFileAsString
impl<Runtime> FileAsStringReader<Runtime> for TokioReadFileAsString
Auto Trait Implementations§
impl Freeze for TokioReadFileAsString
impl RefUnwindSafe for TokioReadFileAsString
impl Send for TokioReadFileAsString
impl Sync for TokioReadFileAsString
impl Unpin for TokioReadFileAsString
impl UnsafeUnpin for TokioReadFileAsString
impl UnwindSafe for TokioReadFileAsString
Blanket Implementations§
impl<A> Async for A
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