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