pub struct AcceptedStoreCommitPublication { /* private fields */ }Implementations§
Source§impl AcceptedStoreCommitPublication
impl AcceptedStoreCommitPublication
pub fn from_verified(accepted: AcceptedStoreCommitPublication) -> Self
pub fn entry(&self) -> &StorePublicationEntry
pub fn reference(&self) -> &StorePublicationRef
Trait Implementations§
Source§impl Clone for AcceptedStoreCommitPublication
impl Clone for AcceptedStoreCommitPublication
Source§fn clone(&self) -> AcceptedStoreCommitPublication
fn clone(&self) -> AcceptedStoreCommitPublication
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 From<AcceptedStoreCommitPublication> for AcceptedStoreCommitEvidence
impl From<AcceptedStoreCommitPublication> for AcceptedStoreCommitEvidence
Source§fn from(publication: AcceptedStoreCommitPublication) -> Self
fn from(publication: AcceptedStoreCommitPublication) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AcceptedStoreCommitPublication
impl PartialEq for AcceptedStoreCommitPublication
Source§fn eq(&self, other: &AcceptedStoreCommitPublication) -> bool
fn eq(&self, other: &AcceptedStoreCommitPublication) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AcceptedStoreCommitPublication
impl StructuralPartialEq for AcceptedStoreCommitPublication
Auto Trait Implementations§
impl !Freeze for AcceptedStoreCommitPublication
impl RefUnwindSafe for AcceptedStoreCommitPublication
impl Send for AcceptedStoreCommitPublication
impl Sync for AcceptedStoreCommitPublication
impl Unpin for AcceptedStoreCommitPublication
impl UnsafeUnpin for AcceptedStoreCommitPublication
impl UnwindSafe for AcceptedStoreCommitPublication
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.