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::Result
Auto Trait Implementations
impl RefUnwindSafe for List
impl UnwindSafe for List
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T