struct HotplugWorker {
host_name: String,
}Fields§
§host_name: StringImplementations§
Auto Trait Implementations§
impl Freeze for HotplugWorker
impl RefUnwindSafe for HotplugWorker
impl Send for HotplugWorker
impl Sync for HotplugWorker
impl Unpin for HotplugWorker
impl UnwindSafe for HotplugWorker
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