pub struct HeuristicId(pub &'static str);Expand description
Unique identifier for a heuristic entry.
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Clone for HeuristicId
impl Clone for HeuristicId
Source§fn clone(&self) -> HeuristicId
fn clone(&self) -> HeuristicId
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 moreimpl Copy for HeuristicId
Source§impl Debug for HeuristicId
impl Debug for HeuristicId
impl Eq for HeuristicId
Source§impl Hash for HeuristicId
impl Hash for HeuristicId
Source§impl PartialEq for HeuristicId
impl PartialEq for HeuristicId
Source§fn eq(&self, other: &HeuristicId) -> bool
fn eq(&self, other: &HeuristicId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HeuristicId
Auto Trait Implementations§
impl Freeze for HeuristicId
impl RefUnwindSafe for HeuristicId
impl Send for HeuristicId
impl Sync for HeuristicId
impl Unpin for HeuristicId
impl UnsafeUnpin for HeuristicId
impl UnwindSafe for HeuristicId
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