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