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