pub struct RustyForkId(/* private fields */);
Expand description
The type of the value produced by
rusty_fork_id!
.
Trait Implementations§
Source§impl Clone for RustyForkId
impl Clone for RustyForkId
Source§fn clone(&self) -> RustyForkId
fn clone(&self) -> RustyForkId
Returns a copy of the value. Read more
1.0.0 · 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 RustyForkId
impl Debug for RustyForkId
Source§impl Hash for RustyForkId
impl Hash for RustyForkId
Source§impl PartialEq for RustyForkId
impl PartialEq for RustyForkId
impl StructuralPartialEq for RustyForkId
Auto Trait Implementations§
impl Freeze for RustyForkId
impl RefUnwindSafe for RustyForkId
impl Send for RustyForkId
impl Sync for RustyForkId
impl Unpin for RustyForkId
impl UnwindSafe for RustyForkId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)