Struct rusty_fork::RustyForkId
source · [−]pub struct RustyForkId(_);Expand description
The type of the value produced by
rusty_fork_id!.
Trait Implementations
sourceimpl Clone for RustyForkId
impl Clone for RustyForkId
sourcefn clone(&self) -> RustyForkId
fn clone(&self) -> RustyForkId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RustyForkId
impl Debug for RustyForkId
sourceimpl Hash for RustyForkId
impl Hash for RustyForkId
sourceimpl PartialEq<RustyForkId> for RustyForkId
impl PartialEq<RustyForkId> for RustyForkId
sourcefn eq(&self, other: &RustyForkId) -> bool
fn eq(&self, other: &RustyForkId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RustyForkId) -> bool
fn ne(&self, other: &RustyForkId) -> bool
This method tests for !=.
impl StructuralPartialEq for RustyForkId
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more