pub struct Proof<P: PublicId> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de, P: PublicId> Deserialize<'de> for Proof<P>
impl<'de, P: PublicId> Deserialize<'de> for Proof<P>
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<P: Ord + PublicId> Ord for Proof<P>
impl<P: Ord + PublicId> Ord for Proof<P>
Source§impl<P: PartialOrd + PublicId> PartialOrd for Proof<P>where
P::Signature: PartialOrd,
impl<P: PartialOrd + PublicId> PartialOrd for Proof<P>where
P::Signature: PartialOrd,
impl<P: Eq + PublicId> Eq for Proof<P>
impl<P: PublicId> StructuralPartialEq for Proof<P>
Auto Trait Implementations§
impl<P> Freeze for Proof<P>
impl<P> RefUnwindSafe for Proof<P>
impl<P> Send for Proof<P>
impl<P> Sync for Proof<P>
impl<P> Unpin for Proof<P>
impl<P> UnsafeUnpin for Proof<P>
impl<P> UnwindSafe for Proof<P>
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