pub struct AbortPerform { /* private fields */ }
Expand description
AbortPerform is a flag that can be safely shared across threads to be able to cancel Curl perform operation via progress function of the Collector.
Implementations§
Source§impl AbortPerform
impl AbortPerform
Trait Implementations§
Source§impl Clone for AbortPerform
impl Clone for AbortPerform
Source§fn clone(&self) -> AbortPerform
fn clone(&self) -> AbortPerform
Returns a copy 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 Debug for AbortPerform
impl Debug for AbortPerform
Source§impl Default for AbortPerform
impl Default for AbortPerform
Source§impl Deref for AbortPerform
impl Deref for AbortPerform
Auto Trait Implementations§
impl Freeze for AbortPerform
impl RefUnwindSafe for AbortPerform
impl Send for AbortPerform
impl Sync for AbortPerform
impl Unpin for AbortPerform
impl UnwindSafe for AbortPerform
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