Struct figaro::orchestration::host_manager::Host
source · struct Host {
idx: HostIdx,
hostname: Hostname,
version: u16,
}Fields§
§idx: HostIdxNumerical idx of registered host.
hostname: Hostname§version: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Host
impl Send for Host
impl Sync for Host
impl Unpin for Host
impl UnwindSafe for Host
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