pub struct Driver { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DateTimeAccess for Driver
impl DateTimeAccess for Driver
Source§fn datetime(&mut self) -> Result<NaiveDateTime, Self::Error>
fn datetime(&mut self) -> Result<NaiveDateTime, Self::Error>
Read the date and time.
Source§fn set_datetime(&mut self, _datetime: &NaiveDateTime) -> Result<(), Self::Error>
fn set_datetime(&mut self, _datetime: &NaiveDateTime) -> Result<(), Self::Error>
Set the date and time. Read more