Struct ReadableStateAtVersion
pub struct ReadableStateAtVersion<S: VersionedStateStoreR<V> + ?Sized, V: VersionIdentifier> { /* private fields */ }Expand description
Read-only state at the given version from a VersionedStateStore.
Implementations§
§impl<S: VersionedStateStoreR<V> + ?Sized, V: VersionIdentifier> ReadableStateAtVersion<S, V>
impl<S: VersionedStateStoreR<V> + ?Sized, V: VersionIdentifier> ReadableStateAtVersion<S, V>
Trait Implementations§
§impl<S: VersionedStateStoreR<V> + ?Sized, V> StateR for ReadableStateAtVersion<S, V>where
V: VersionIdentifier,
impl<S: VersionedStateStoreR<V> + ?Sized, V> StateR for ReadableStateAtVersion<S, V>where
V: VersionIdentifier,
Auto Trait Implementations§
impl<S, V> Freeze for ReadableStateAtVersion<S, V>
impl<S, V> RefUnwindSafe for ReadableStateAtVersion<S, V>
impl<S, V> Send for ReadableStateAtVersion<S, V>where
S: ?Sized,
impl<S, V> Sync for ReadableStateAtVersion<S, V>where
S: ?Sized,
impl<S, V> Unpin for ReadableStateAtVersion<S, V>
impl<S, V> UnwindSafe for ReadableStateAtVersion<S, V>
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