pub struct Shard<'g, 'k, K: Key, V, R, G> { /* private fields */ }Expand description
Immutable reference to a subtree rooted at a key prefix, optionally bounded by a key range.
Implementations§
Auto Trait Implementations§
impl<'g, 'k, K, V, R, G> !Send for Shard<'g, 'k, K, V, R, G>
impl<'g, 'k, K, V, R, G> !Sync for Shard<'g, 'k, K, V, R, G>
impl<'g, 'k, K, V, R, G> Freeze for Shard<'g, 'k, K, V, R, G>
impl<'g, 'k, K, V, R, G> RefUnwindSafe for Shard<'g, 'k, K, V, R, G>where
G: RefUnwindSafe,
<K as Key>::Read<'k>: RefUnwindSafe,
R: RefUnwindSafe,
V: RefUnwindSafe,
<K as Key>::Edge: RefUnwindSafe,
impl<'g, 'k, K, V, R, G> Unpin for Shard<'g, 'k, K, V, R, G>
impl<'g, 'k, K, V, R, G> UnsafeUnpin for Shard<'g, 'k, K, V, R, G>
impl<'g, 'k, K, V, R, G> UnwindSafe for Shard<'g, 'k, K, V, R, G>where
G: UnwindSafe,
<K as Key>::Read<'k>: UnwindSafe,
R: UnwindSafe,
V: UnwindSafe,
<K as Key>::Edge: RefUnwindSafe,
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