pub struct FastDownPuller { /* private fields */ }Implementations§
Source§impl FastDownPuller
impl FastDownPuller
pub fn new(option: FastDownPullerOptions<'_, '_>) -> Result<Self, Error>
Trait Implementations§
Source§impl Clone for FastDownPuller
impl Clone for FastDownPuller
Source§impl Debug for FastDownPuller
impl Debug for FastDownPuller
Source§impl Puller for FastDownPuller
impl Puller for FastDownPuller
type Error = HttpError<Client>
async fn pull( &mut self, range: Option<&ProgressEntry>, ) -> PullResult<impl PullStream<Self::Error>, Self::Error>
Auto Trait Implementations§
impl Freeze for FastDownPuller
impl !RefUnwindSafe for FastDownPuller
impl Send for FastDownPuller
impl Sync for FastDownPuller
impl Unpin for FastDownPuller
impl !UnwindSafe for FastDownPuller
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