pub struct NoLocation;Trait Implementations§
Source§impl Clone for NoLocation
impl Clone for NoLocation
Source§fn clone(&self) -> NoLocation
fn clone(&self) -> NoLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoLocation
impl Debug for NoLocation
Source§impl Default for NoLocation
impl Default for NoLocation
Source§fn default() -> NoLocation
fn default() -> NoLocation
Returns the “default value” for a type. Read more
Source§impl Hash for NoLocation
impl Hash for NoLocation
Source§impl Localize for NoLocation
impl Localize for NoLocation
Source§type DateTime = NaiveDateTime
type DateTime = NaiveDateTime
The type for localized date & time.
Source§fn naive(&self, dt: Self::DateTime) -> NaiveDateTime
fn naive(&self, dt: Self::DateTime) -> NaiveDateTime
Get naive local time.
Source§fn datetime(&self, naive: NaiveDateTime) -> Self::DateTime
fn datetime(&self, naive: NaiveDateTime) -> Self::DateTime
Localize a naive datetime.
Source§impl PartialEq for NoLocation
impl PartialEq for NoLocation
impl Eq for NoLocation
impl StructuralPartialEq for NoLocation
Auto Trait Implementations§
impl Freeze for NoLocation
impl RefUnwindSafe for NoLocation
impl Send for NoLocation
impl Sync for NoLocation
impl Unpin for NoLocation
impl UnsafeUnpin for NoLocation
impl UnwindSafe for NoLocation
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