Enum curl::easy::WriteError
#[non_exhaustive]
pub enum WriteError {
Pause,
}
Documentation
Possible error codes that can be returned from the write_function
callback.
Variants
Pause
Indicates that reading should be paused until unpause
is called.
Trait Implementations
impl Debug for WriteError
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
Auto Trait Implementations
impl RefUnwindSafe for WriteError
impl Send for WriteError
impl Sync for WriteError
impl Unpin for WriteError
impl UnwindSafe for WriteError
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T