pub struct Builder { /* private fields */ }Implementations§
source§impl Builder
impl Builder
pub fn connect_to<F: FnOnce(&mut Builder<Client>), To: Connect<Client>>( &mut self, to: To, f: F ) -> Connection<Client>
pub fn scope<F: FnOnce(&mut Scope)>(&mut self, f: F) -> &mut Self
pub fn checkpoint( &mut self ) -> (Checkpoint<Client, Local, Park>, Checkpoint<Client, Local, Unpark>)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Builder
impl !Send for Builder
impl !Sync for Builder
impl Unpin for Builder
impl !UnwindSafe for Builder
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