pub struct TruidClient { /* private fields */ }Implementations§
Source§impl TruidClient
impl TruidClient
pub fn new(url: &str) -> Self
pub fn with_middleware<M: Middleware + 'static>(self, middleware: M) -> Self
Auto Trait Implementations§
impl Freeze for TruidClient
impl !RefUnwindSafe for TruidClient
impl Send for TruidClient
impl Sync for TruidClient
impl Unpin for TruidClient
impl !UnwindSafe for TruidClient
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