pub struct Pi;Expand description
The pi harness marker.
Trait Implementations§
Source§impl Codec for Pi
impl Codec for Pi
Source§fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
Errors Read more
Source§fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
Errors Read more
impl Copy for Pi
impl Eq for Pi
impl StructuralPartialEq for Pi
Auto Trait Implementations§
impl Freeze for Pi
impl RefUnwindSafe for Pi
impl Send for Pi
impl Sync for Pi
impl Unpin for Pi
impl UnsafeUnpin for Pi
impl UnwindSafe for Pi
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.