pub struct RedisKey { /* private fields */ }

Implementations

Panics

Will panic if RedisModule_ModuleTypeGetValue is missing in redismodule.h

Panics

Will panic if RedisModule_KeyType is missing in redismodule.h

Detects whether the key pointer given to us by Redis is null.

Returns the values associated with the specified fields in the hash stored at this key. The result will be None if the key does not exist.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.