pub struct AuthorExclusionActivationLocator { /* private fields */ }Implementations§
Source§impl AuthorExclusionActivationLocator
impl AuthorExclusionActivationLocator
pub fn verified( exclusion: StoreDeviceExclusionRef, accepted_cut: BTreeMap<AuthorStreamId, StoreBatchCommitRef>, activation_commit: StoreBatchCommitRef, activation_head: StoreDeviceHeadRef, ) -> Self
pub fn exclusion(&self) -> &StoreDeviceExclusionRef
pub fn accepted_cut(&self) -> &BTreeMap<AuthorStreamId, StoreBatchCommitRef>
pub fn activation_head(&self) -> &StoreDeviceHeadRef
pub fn activation_commit(&self) -> &StoreBatchCommitRef
Trait Implementations§
Source§impl Clone for AuthorExclusionActivationLocator
impl Clone for AuthorExclusionActivationLocator
Source§fn clone(&self) -> AuthorExclusionActivationLocator
fn clone(&self) -> AuthorExclusionActivationLocator
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 PartialEq for AuthorExclusionActivationLocator
impl PartialEq for AuthorExclusionActivationLocator
Source§fn eq(&self, other: &AuthorExclusionActivationLocator) -> bool
fn eq(&self, other: &AuthorExclusionActivationLocator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthorExclusionActivationLocator
impl StructuralPartialEq for AuthorExclusionActivationLocator
Auto Trait Implementations§
impl Freeze for AuthorExclusionActivationLocator
impl RefUnwindSafe for AuthorExclusionActivationLocator
impl Send for AuthorExclusionActivationLocator
impl Sync for AuthorExclusionActivationLocator
impl Unpin for AuthorExclusionActivationLocator
impl UnsafeUnpin for AuthorExclusionActivationLocator
impl UnwindSafe for AuthorExclusionActivationLocator
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.