pub(crate) struct Database;
Implementations§
Source§impl Database
impl Database
pub(crate) fn from_env() -> Database
pub(crate) fn from_path(path: &Path) -> Result<Database, Error>
pub(crate) fn none() -> Database
pub(crate) fn reset(&self)
pub(crate) fn get(&self, _query: &str) -> Option<TimeZone>
pub(crate) fn available<'d>(&'d self) -> TimeZoneNameIter<'d> ⓘ
pub(crate) fn is_definitively_empty(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Database
impl RefUnwindSafe for Database
impl Send for Database
impl Sync for Database
impl Unpin for Database
impl UnwindSafe for Database
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