pub struct ThreadStateResult {
pub mode: PolicyMode,
pub pending_plan_exit: Option<PendingPlanExitDescriptor>,
}Fields§
§mode: PolicyMode§pending_plan_exit: Option<PendingPlanExitDescriptor>Trait Implementations§
Source§impl Clone for ThreadStateResult
impl Clone for ThreadStateResult
Source§fn clone(&self) -> ThreadStateResult
fn clone(&self) -> ThreadStateResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThreadStateResult
impl Debug for ThreadStateResult
Source§impl<'de> Deserialize<'de> for ThreadStateResult
impl<'de> Deserialize<'de> for ThreadStateResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ThreadStateResult
impl RefUnwindSafe for ThreadStateResult
impl Send for ThreadStateResult
impl Sync for ThreadStateResult
impl Unpin for ThreadStateResult
impl UnsafeUnpin for ThreadStateResult
impl UnwindSafe for ThreadStateResult
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