Struct conjure_runtime::Hosts
source · [−]pub struct Hosts(_);Expand description
A snapshot of the nodes in a registry.
Implementations
Trait Implementations
sourceimpl<'a> IntoIterator for &'a Hosts
impl<'a> IntoIterator for &'a Hosts
type Item = &'a HostMetrics
type Item = &'a HostMetrics
The type of the elements being iterated over.
Auto Trait Implementations
impl !RefUnwindSafe for Hosts
impl Send for Hosts
impl Sync for Hosts
impl Unpin for Hosts
impl !UnwindSafe for Hosts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more