pub struct evhttp_uri { /* private fields */ }Trait Implementations§
Source§impl Clone for evhttp_uri
impl Clone for evhttp_uri
Source§fn clone(&self) -> evhttp_uri
fn clone(&self) -> evhttp_uri
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for evhttp_uri
impl Debug for evhttp_uri
impl Copy for evhttp_uri
Auto Trait Implementations§
impl Freeze for evhttp_uri
impl RefUnwindSafe for evhttp_uri
impl Send for evhttp_uri
impl Sync for evhttp_uri
impl Unpin for evhttp_uri
impl UnwindSafe for evhttp_uri
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