pub struct VerifiedStreamActivations { /* private fields */ }Implementations§
Source§impl VerifiedStreamActivations
impl VerifiedStreamActivations
pub fn none( commit: &StoreBatchCommit, activating_commit: &StoreBatchCommitRef, ) -> Result<Self, StoreProtocolError>
pub fn from_verified_circle_commit( commit: &StoreBatchCommit, activating_commit: &StoreBatchCommitRef, ) -> Result<Self, StoreProtocolError>
pub fn as_slice(&self) -> &[StreamActivation]
pub fn activating_commit(&self) -> &StoreBatchCommitRef
Trait Implementations§
Source§impl Clone for VerifiedStreamActivations
impl Clone for VerifiedStreamActivations
Source§fn clone(&self) -> VerifiedStreamActivations
fn clone(&self) -> VerifiedStreamActivations
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 Debug for VerifiedStreamActivations
impl Debug for VerifiedStreamActivations
impl Eq for VerifiedStreamActivations
impl StructuralPartialEq for VerifiedStreamActivations
Auto Trait Implementations§
impl Freeze for VerifiedStreamActivations
impl RefUnwindSafe for VerifiedStreamActivations
impl Send for VerifiedStreamActivations
impl Sync for VerifiedStreamActivations
impl Unpin for VerifiedStreamActivations
impl UnsafeUnpin for VerifiedStreamActivations
impl UnwindSafe for VerifiedStreamActivations
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.