Struct cw_storage_plus::IntKeyOld[][src]

pub struct IntKeyOld<T: Endian> {
    pub wrapped: Vec<u8>,
    pub data: PhantomData<T>,
}

Fields

wrapped: Vec<u8>data: PhantomData<T>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

returns 0 or more namespaces that should be length-prefixed and concatenated for range searches

These associated types need to implement Prefixer, so that they can be useful arguments for prefix(), sub_prefix(), and their key-deserializable variants. Read more

These associated types need to implement KeyDeserialize, so that they can be returned from range_de() and friends. Read more

returns a slice of key steps, which can be optionally combined

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.