Struct curl::easy::List
pub struct List { /* fields hidden */ }Documentation
A linked list of a strings
Implementations
Trait Implementations
impl Debug for List
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for Listimpl UnwindSafe for ListBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T