Struct redis_module::native_types::RedisType [−][src]
pub struct RedisType {
pub raw_type: RefCell<*mut RedisModuleType>,
// some fields omitted
}Fields
raw_type: RefCell<*mut RedisModuleType>Implementations
pub const fn new(
name: &'static str,
version: i32,
type_methods: RedisModuleTypeMethods
) -> Self[src]Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RedisTypeimpl UnwindSafe for RedisType