pub struct HypothesisId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for HypothesisId
impl Clone for HypothesisId
Source§fn clone(&self) -> HypothesisId
fn clone(&self) -> HypothesisId
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 HypothesisId
impl Debug for HypothesisId
Source§impl<'de> Deserialize<'de> for HypothesisId
impl<'de> Deserialize<'de> for HypothesisId
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
Source§impl Display for HypothesisId
impl Display for HypothesisId
impl Eq for HypothesisId
Source§impl From<&str> for HypothesisId
impl From<&str> for HypothesisId
Source§impl From<String> for HypothesisId
impl From<String> for HypothesisId
Source§impl Hash for HypothesisId
impl Hash for HypothesisId
Source§impl Ord for HypothesisId
impl Ord for HypothesisId
Source§fn cmp(&self, other: &HypothesisId) -> Ordering
fn cmp(&self, other: &HypothesisId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HypothesisId
impl PartialEq for HypothesisId
Source§impl PartialOrd for HypothesisId
impl PartialOrd for HypothesisId
Source§impl Serialize for HypothesisId
impl Serialize for HypothesisId
impl StructuralPartialEq for HypothesisId
Auto Trait Implementations§
impl Freeze for HypothesisId
impl RefUnwindSafe for HypothesisId
impl Send for HypothesisId
impl Sync for HypothesisId
impl Unpin for HypothesisId
impl UnsafeUnpin for HypothesisId
impl UnwindSafe for HypothesisId
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