pub enum CURL {}Auto Trait Implementations§
impl Freeze for CURL
impl RefUnwindSafe for CURL
impl Send for CURL
impl Sync for CURL
impl Unpin for CURL
impl UnsafeUnpin for CURL
impl UnwindSafe for CURL
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