pub struct HttpPuller<Client: HttpClient> { /* private fields */ }Implementations§
Source§impl<Client: HttpClient> HttpPuller<Client>
impl<Client: HttpClient> HttpPuller<Client>
pub fn new( url: Url, client: Client, resp: Option<GetResponse<Client>>, file_id: FileId, ) -> Self
Trait Implementations§
Source§impl<Client: Clone + HttpClient> Clone for HttpPuller<Client>
impl<Client: Clone + HttpClient> Clone for HttpPuller<Client>
Source§fn clone(&self) -> HttpPuller<Client>
fn clone(&self) -> HttpPuller<Client>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Client: HttpClient + 'static> RandPuller for HttpPuller<Client>
impl<Client: HttpClient + 'static> RandPuller for HttpPuller<Client>
Auto Trait Implementations§
impl<Client> Freeze for HttpPuller<Client>where
Client: Freeze,
impl<Client> !RefUnwindSafe for HttpPuller<Client>
impl<Client> Send for HttpPuller<Client>
impl<Client> Sync for HttpPuller<Client>
impl<Client> Unpin for HttpPuller<Client>
impl<Client> !UnwindSafe for HttpPuller<Client>
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