pub struct HttpSegmentDownloader { /* private fields */ }Implementations§
Source§impl HttpSegmentDownloader
impl HttpSegmentDownloader
Auto Trait Implementations§
impl !RefUnwindSafe for HttpSegmentDownloader
impl !UnwindSafe for HttpSegmentDownloader
impl Freeze for HttpSegmentDownloader
impl Send for HttpSegmentDownloader
impl Sync for HttpSegmentDownloader
impl Unpin for HttpSegmentDownloader
impl UnsafeUnpin for HttpSegmentDownloader
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