Struct vrc_get_litedb::DateTime
source · pub struct DateTime(/* private fields */);
Implementations§
source§impl DateTime
impl DateTime
pub fn from_millis_since_epoch(millis: u64) -> Self
pub fn as_millis_since_epoch(&self) -> u64
Trait Implementations§
source§impl PartialEq for DateTime
impl PartialEq for DateTime
impl Copy for DateTime
impl Eq for DateTime
impl StructuralPartialEq for DateTime
Auto Trait Implementations§
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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