pub struct VerifiedStreamActivationPrefix { /* private fields */ }Implementations§
Source§impl VerifiedStreamActivationPrefix
impl VerifiedStreamActivationPrefix
pub fn empty() -> Self
pub fn activation( &self, activation_id: StreamActivationId, ) -> Option<&(StreamActivation, StoreBatchCommitRef)>
Trait Implementations§
Source§impl Clone for VerifiedStreamActivationPrefix
impl Clone for VerifiedStreamActivationPrefix
Source§fn clone(&self) -> VerifiedStreamActivationPrefix
fn clone(&self) -> VerifiedStreamActivationPrefix
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 moreAuto Trait Implementations§
impl Freeze for VerifiedStreamActivationPrefix
impl RefUnwindSafe for VerifiedStreamActivationPrefix
impl Send for VerifiedStreamActivationPrefix
impl Sync for VerifiedStreamActivationPrefix
impl Unpin for VerifiedStreamActivationPrefix
impl UnsafeUnpin for VerifiedStreamActivationPrefix
impl UnwindSafe for VerifiedStreamActivationPrefix
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