pub struct Timesecond(/* private fields */);Expand description
seconds since midnight
Trait Implementations§
Source§impl Debug for Timesecond
impl Debug for Timesecond
Source§impl From<Timesecond> for i32
impl From<Timesecond> for i32
Source§fn from(ts: Timesecond) -> i32
fn from(ts: Timesecond) -> i32
Converts to this type from the input type.
Source§impl FromCellValue for Timesecond
impl FromCellValue for Timesecond
Source§impl Into<Timesecond> for i32
impl Into<Timesecond> for i32
Source§fn into(self) -> Timesecond
fn into(self) -> Timesecond
Converts this type into the (usually inferred) input type.
Source§impl IntoCellValue for Timesecond
impl IntoCellValue for Timesecond
fn try_into_cval(self) -> Result<CellValue<'static>>
Auto Trait Implementations§
impl Freeze for Timesecond
impl RefUnwindSafe for Timesecond
impl Send for Timesecond
impl Sync for Timesecond
impl Unpin for Timesecond
impl UnwindSafe for Timesecond
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