pub(crate) struct ActorResult {
pub(crate) final_state: String,
pub(crate) restart_count: u64,
pub(crate) starts: u64,
}Fields§
§final_state: String§restart_count: u64§starts: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActorResult
impl RefUnwindSafe for ActorResult
impl Send for ActorResult
impl Sync for ActorResult
impl Unpin for ActorResult
impl UnwindSafe for ActorResult
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