Enum curl_sys::CURLversion
source · #[repr(C)]pub enum CURLversion {
CURL_VERSION_FIRST,
CURL_VERSION_SECOND,
CURL_VERSION_THIRD,
CURL_VERSION_FOURTH,
CURL_VERSION_LAST,
}
Variants§
Trait Implementations§
impl Copy for CURLversion
Auto Trait Implementations§
impl RefUnwindSafe for CURLversion
impl Send for CURLversion
impl Sync for CURLversion
impl Unpin for CURLversion
impl UnwindSafe for CURLversion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more