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