pub struct ThreadForkStatusParams {
pub thread_id: ThreadId,
}Fields§
§thread_id: ThreadIdTrait Implementations§
Source§impl Clone for ThreadForkStatusParams
impl Clone for ThreadForkStatusParams
Source§fn clone(&self) -> ThreadForkStatusParams
fn clone(&self) -> ThreadForkStatusParams
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 ThreadForkStatusParams
impl Debug for ThreadForkStatusParams
Source§impl<'de> Deserialize<'de> for ThreadForkStatusParams
impl<'de> Deserialize<'de> for ThreadForkStatusParams
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 ThreadForkStatusParams
impl RefUnwindSafe for ThreadForkStatusParams
impl Send for ThreadForkStatusParams
impl Sync for ThreadForkStatusParams
impl Unpin for ThreadForkStatusParams
impl UnsafeUnpin for ThreadForkStatusParams
impl UnwindSafe for ThreadForkStatusParams
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