pub struct KeywordMap<S = Root> { /* private fields */ }Expand description
Implementations§
Source§impl<S> KeywordMap<S>
impl<S> KeywordMap<S>
pub fn at(path: impl Into<String>) -> Self
Sourcepub fn key(&self, key: impl AsRef<str>) -> Keyword<S>
pub fn key(&self, key: impl AsRef<str>) -> Keyword<S>
A specific runtime key → a fully-typed keyword leaf handle, queried like any other keyword field.
Trait Implementations§
Source§impl<S: Clone> Clone for KeywordMap<S>
impl<S: Clone> Clone for KeywordMap<S>
Source§fn clone(&self) -> KeywordMap<S>
fn clone(&self) -> KeywordMap<S>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<S> Freeze for KeywordMap<S>
impl<S> RefUnwindSafe for KeywordMap<S>
impl<S> Send for KeywordMap<S>
impl<S> Sync for KeywordMap<S>
impl<S> Unpin for KeywordMap<S>
impl<S> UnsafeUnpin for KeywordMap<S>
impl<S> UnwindSafe for KeywordMap<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