pub struct LocalWorker {
pub worker_id: String,
pub agent_role: String,
pub lease_seconds: f64,
pub recover_expired: bool,
}Fields§
§worker_id: String§agent_role: String§lease_seconds: f64§recover_expired: boolImplementations§
Source§impl LocalWorker
impl LocalWorker
Auto Trait Implementations§
impl Freeze for LocalWorker
impl RefUnwindSafe for LocalWorker
impl Send for LocalWorker
impl Sync for LocalWorker
impl Unpin for LocalWorker
impl UnsafeUnpin for LocalWorker
impl UnwindSafe for LocalWorker
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