#[repr(C)]pub struct Psh_Time { /* private fields */ }
Trait Implementations§
Source§impl From<NaiveDateTime> for Psh_Time
impl From<NaiveDateTime> for Psh_Time
Source§fn from(ndt: NaiveDateTime) -> Self
fn from(ndt: NaiveDateTime) -> Self
Converts to this type from the input type.
Source§impl Into<NaiveDateTime> for &Psh_Time
impl Into<NaiveDateTime> for &Psh_Time
Source§fn into(self) -> NaiveDateTime
fn into(self) -> NaiveDateTime
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Psh_Time
impl RefUnwindSafe for Psh_Time
impl Send for Psh_Time
impl Sync for Psh_Time
impl Unpin for Psh_Time
impl UnwindSafe for Psh_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