pub struct ApacheHttpCore {}
Implementations§
Source§impl ApacheHttpCore
impl ApacheHttpCore
pub fn new() -> ApacheHttpCore
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApacheHttpCore
impl RefUnwindSafe for ApacheHttpCore
impl Send for ApacheHttpCore
impl Sync for ApacheHttpCore
impl Unpin for ApacheHttpCore
impl UnwindSafe for ApacheHttpCore
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