pub enum AutoHfTreeFetcher {
Unavailable(UnavailableHfTreeFetcher),
}Variants§
Trait Implementations§
Source§impl HfTreeFetcher for AutoHfTreeFetcher
impl HfTreeFetcher for AutoHfTreeFetcher
Auto Trait Implementations§
impl Freeze for AutoHfTreeFetcher
impl RefUnwindSafe for AutoHfTreeFetcher
impl Send for AutoHfTreeFetcher
impl Sync for AutoHfTreeFetcher
impl Unpin for AutoHfTreeFetcher
impl UnsafeUnpin for AutoHfTreeFetcher
impl UnwindSafe for AutoHfTreeFetcher
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