pub struct NumberMap<K, S = Root> { /* private fields */ }Expand description
Implementations§
Source§impl<K, S> NumberMap<K, S>
impl<K, S> NumberMap<K, S>
pub fn at(path: impl Into<String>) -> Self
Sourcepub fn key(&self, key: impl AsRef<str>) -> Number<K, S>
pub fn key(&self, key: impl AsRef<str>) -> Number<K, S>
A specific runtime key → a Number leaf handle of value kind K,
queried like any other numeric field.
Trait Implementations§
Auto Trait Implementations§
impl<K, S> Freeze for NumberMap<K, S>
impl<K, S> RefUnwindSafe for NumberMap<K, S>
impl<K, S> Send for NumberMap<K, S>
impl<K, S> Sync for NumberMap<K, S>
impl<K, S> Unpin for NumberMap<K, S>
impl<K, S> UnsafeUnpin for NumberMap<K, S>
impl<K, S> UnwindSafe for NumberMap<K, S>
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