pub struct Timestamp32 { /* private fields */ }
Expand description
Represents timestamp 32 extension type. This stores 32bit unsigned seconds
Implementations§
Trait Implementations§
Source§impl Clone for Timestamp32
impl Clone for Timestamp32
Source§fn clone(&self) -> Timestamp32
fn clone(&self) -> Timestamp32
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 Timestamp32
impl Debug for Timestamp32
Source§impl<'a> Decode<'a> for Timestamp32
impl<'a> Decode<'a> for Timestamp32
Source§impl<W: IoWrite> Encode<W> for Timestamp32
impl<W: IoWrite> Encode<W> for Timestamp32
impl Copy for Timestamp32
Auto Trait Implementations§
impl Freeze for Timestamp32
impl RefUnwindSafe for Timestamp32
impl Send for Timestamp32
impl Sync for Timestamp32
impl Unpin for Timestamp32
impl UnwindSafe for Timestamp32
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