pub enum HiveNodes {
HiveBlog,
Deathwing,
Arcange,
Emrebeyler,
OpenHive,
Ausbit,
Anyx,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HiveNodes
impl RefUnwindSafe for HiveNodes
impl Send for HiveNodes
impl Sync for HiveNodes
impl Unpin for HiveNodes
impl UnwindSafe for HiveNodes
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