pub struct ShutdownableThread {
pub join: Option<JoinHandle<()>>,
pub actix_system: System,
}
Fields§
§join: Option<JoinHandle<()>>
§actix_system: System
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShutdownableThread
impl !RefUnwindSafe for ShutdownableThread
impl Send for ShutdownableThread
impl Sync for ShutdownableThread
impl Unpin for ShutdownableThread
impl !UnwindSafe for ShutdownableThread
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