pub struct ShardedStore {
pub layout: Layout,
/* private fields */
}Fields§
§layout: LayoutImplementations§
Auto Trait Implementations§
impl Freeze for ShardedStore
impl RefUnwindSafe for ShardedStore
impl Send for ShardedStore
impl Sync for ShardedStore
impl Unpin for ShardedStore
impl UnsafeUnpin for ShardedStore
impl UnwindSafe for ShardedStore
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