Enum curl::easy::WriteError
#[non_exhaustive]
pub enum WriteError {
Pause,
}Documentation
Possible error codes that can be returned from the write_function callback.
Variants
PauseIndicates 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::ResultAuto Trait Implementations
impl RefUnwindSafe for WriteErrorimpl Send for WriteErrorimpl Sync for WriteErrorimpl Unpin for WriteErrorimpl UnwindSafe for WriteErrorBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T