pub struct ShardManager { /* private fields */ }Expand description
Manages shard storage and retrieval.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ShardManager
impl !UnwindSafe for ShardManager
impl Freeze for ShardManager
impl Send for ShardManager
impl Sync for ShardManager
impl Unpin for ShardManager
impl UnsafeUnpin for ShardManager
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