pub struct HelixDB { /* private fields */ }Expand description
A minimal HelixDB HTTP client for running generated Helix queries.
Implementations§
Trait Implementations§
Source§impl HelixDBClient for HelixDB
impl HelixDBClient for HelixDB
Auto Trait Implementations§
impl !RefUnwindSafe for HelixDB
impl !UnwindSafe for HelixDB
impl Freeze for HelixDB
impl Send for HelixDB
impl Sync for HelixDB
impl Unpin for HelixDB
impl UnsafeUnpin for HelixDB
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