Struct Time
pub struct Time {}Implementations§
§impl Time
 
impl Time
pub fn now_millis() -> i64
pub fn stale_time() -> i64
pub fn stale_time() -> i64
pub fn stale_time_millis() -> i64
pub fn time_to_string(time: i64) -> String
pub fn time_to_string(time: i64) -> String
pub fn now_string() -> String
pub fn now_string() -> String
Auto Trait Implementations§
impl Freeze for Time
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnwindSafe for Time
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