Struct curl::multi::Events
pub struct Events { /* fields hidden */ }Documentation
Notification of the events that have happened on a socket.
This type is passed as an argument to the action method on a multi handle
to indicate what events have occurred on a socket.
Implementations
impl Events
Trait Implementations
impl Debug for Events
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for Eventsimpl UnwindSafe for EventsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T