Struct taskcluster_upload::FileReaderFactory
source · pub struct FileReaderFactory(_);
Expand description
A FileReaderFactory creates AsyncRead objects by rewinding and cloning a file. The given file must be clonable (that is, File::try_clone() must succeed).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FileReaderFactory
impl Send for FileReaderFactory
impl Sync for FileReaderFactory
impl Unpin for FileReaderFactory
impl UnwindSafe for FileReaderFactory
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