pub struct IngestClient { /* private fields */ }
Available on crate feature
server
only.Auto Trait Implementations§
impl Freeze for IngestClient
impl RefUnwindSafe for IngestClient
impl Send for IngestClient
impl Sync for IngestClient
impl Unpin for IngestClient
impl UnwindSafe for IngestClient
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