Struct curl::Protocols
pub struct Protocols<'a> { /* fields hidden */ }
Documentation
An iterator over the list of protocols a version supports.
Trait Implementations
impl<'a> Debug for Protocols<'a>
fn fmt(&Self, f: &mut fmt::Formatter<'_>) -> fmt::Result
Auto Trait Implementations
impl<'a> RefUnwindSafe for Protocols<'a>
impl<'a> UnwindSafe for Protocols<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T