Struct rusty_forkfork::RustyForkId [−][src]
pub struct RustyForkId(_);
Expand description
The type of the value produced by
rusty_fork_id!
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RustyForkId
impl Send for RustyForkId
impl Sync for RustyForkId
impl Unpin for RustyForkId
impl UnwindSafe for RustyForkId
Blanket Implementations
Mutably borrows from an owned value. Read more