#[repr(C)]pub struct TimestampValue { /* private fields */ }
Implementations§
Source§impl TimestampValue
impl TimestampValue
pub fn native_value(&self) -> Timestamp
Trait Implementations§
Source§impl ExternType for TimestampValue
impl ExternType for TimestampValue
impl Send for TimestampValue
impl Sync for TimestampValue
impl UniquePtrTarget for TimestampValue
Auto Trait Implementations§
impl !Freeze for TimestampValue
impl RefUnwindSafe for TimestampValue
impl !Unpin for TimestampValue
impl UnwindSafe for TimestampValue
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