Struct redis_module::RedisString [−][src]
pub struct RedisString {
pub inner: *mut RedisModuleString,
// some fields omitted
}Fields
inner: *mut RedisModuleStringImplementations
Performs lossy conversion of a RedisString into an owned `String. This conversion
will replace any invalid UTF-8 sequences with U+FFFD REPLACEMENT CHARACTER, which
looks like this: �.
Panics
Will panic if RedisModule_StringPtrLen is missing in redismodule.h
Trait Implementations
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 !=.
Auto Trait Implementations
impl RefUnwindSafe for RedisStringimpl !Send for RedisStringimpl !Sync for RedisStringimpl Unpin for RedisStringimpl UnwindSafe for RedisStringBlanket Implementations
Mutably borrows from an owned value. Read more