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