[][src]Struct kv::Integer

pub struct Integer(_);

Integer key type

Implementations

impl Integer[src]

pub fn timestamp() -> Result<Integer, Error>[src]

Current timestamp in seconds from the Unix epoch

pub fn timestamp_ms() -> Result<Integer, Error>[src]

Current timestamp in milliseconds from the Unix epoch

Trait Implementations

impl AsRef<[u8]> for Integer[src]

impl Clone for Integer[src]

impl Copy for Integer[src]

impl Debug for Integer[src]

impl<'a> From<&'a [u8]> for Integer[src]

impl From<Integer> for u128[src]

impl From<Integer> for u64[src]

impl From<Integer> for usize[src]

impl From<i32> for Integer[src]

impl From<u128> for Integer[src]

impl From<u32> for Integer[src]

impl From<u64> for Integer[src]

impl From<usize> for Integer[src]

impl<'a> Key<'a> for Integer[src]

impl PartialEq<Integer> for Integer[src]

impl PartialOrd<Integer> for Integer[src]

impl StructuralPartialEq for Integer[src]

Auto Trait Implementations

impl RefUnwindSafe for Integer

impl Send for Integer

impl Sync for Integer

impl Unpin for Integer

impl UnwindSafe for Integer

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.