pub struct ResourceProof(/* private fields */);Expand description
RNS 1.4.2 expected_proof = Identity.full_hash(data + hash).
Implementations§
Trait Implementations§
Source§impl Clone for ResourceProof
impl Clone for ResourceProof
Source§fn clone(&self) -> ResourceProof
fn clone(&self) -> ResourceProof
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 ResourceProof
Source§impl Debug for ResourceProof
impl Debug for ResourceProof
impl Eq for ResourceProof
Source§impl PartialEq for ResourceProof
impl PartialEq for ResourceProof
impl StructuralPartialEq for ResourceProof
Auto Trait Implementations§
impl Freeze for ResourceProof
impl RefUnwindSafe for ResourceProof
impl Send for ResourceProof
impl Sync for ResourceProof
impl Unpin for ResourceProof
impl UnsafeUnpin for ResourceProof
impl UnwindSafe for ResourceProof
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