#[repr(C)]pub enum CURLSHoption {
CURLSHOPT_SHARE = 1,
CURLSHOPT_UNSHARE = 2,
CURLSHOPT_LOCKFUNC = 3,
CURLSHOPT_UNLOCKFUNC = 4,
}Expand description
CURLSHoption — option codes for curl_share_setopt.
Variants§
Trait Implementations§
Source§impl Clone for CURLSHoption
impl Clone for CURLSHoption
Source§fn clone(&self) -> CURLSHoption
fn clone(&self) -> CURLSHoption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CURLSHoption
Source§impl Debug for CURLSHoption
impl Debug for CURLSHoption
impl Eq for CURLSHoption
Source§impl PartialEq for CURLSHoption
impl PartialEq for CURLSHoption
impl StructuralPartialEq for CURLSHoption
Auto Trait Implementations§
impl Freeze for CURLSHoption
impl RefUnwindSafe for CURLSHoption
impl Send for CURLSHoption
impl Sync for CURLSHoption
impl Unpin for CURLSHoption
impl UnsafeUnpin for CURLSHoption
impl UnwindSafe for CURLSHoption
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.