struct ShardIndex {
names: Vec<String>,
weight_map: Option<BTreeMap<String, String>>,
}Fields§
§names: Vec<String>§weight_map: Option<BTreeMap<String, String>>Auto Trait Implementations§
impl Freeze for ShardIndex
impl RefUnwindSafe for ShardIndex
impl Send for ShardIndex
impl Sync for ShardIndex
impl Unpin for ShardIndex
impl UnsafeUnpin for ShardIndex
impl UnwindSafe for ShardIndex
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