pub struct HttpSink { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpSink
impl RefUnwindSafe for HttpSink
impl Send for HttpSink
impl Sync for HttpSink
impl Unpin for HttpSink
impl UnsafeUnpin for HttpSink
impl UnwindSafe for HttpSink
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