pub struct NegativeProofId(pub String);Expand description
Unique identifier for a negative proof.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for NegativeProofId
impl Clone for NegativeProofId
Source§fn clone(&self) -> NegativeProofId
fn clone(&self) -> NegativeProofId
Returns a duplicate 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 NegativeProofId
impl Debug for NegativeProofId
Source§impl<'de> Deserialize<'de> for NegativeProofId
impl<'de> Deserialize<'de> for NegativeProofId
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 NegativeProofId
impl Display for NegativeProofId
Source§impl Hash for NegativeProofId
impl Hash for NegativeProofId
Source§impl PartialEq for NegativeProofId
impl PartialEq for NegativeProofId
Source§impl Serialize for NegativeProofId
impl Serialize for NegativeProofId
impl Eq for NegativeProofId
impl StructuralPartialEq for NegativeProofId
Auto Trait Implementations§
impl Freeze for NegativeProofId
impl RefUnwindSafe for NegativeProofId
impl Send for NegativeProofId
impl Sync for NegativeProofId
impl Unpin for NegativeProofId
impl UnsafeUnpin for NegativeProofId
impl UnwindSafe for NegativeProofId
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