[−][src]Struct redis_module::RedisBuffer
Implementations
impl RedisBuffer
[src][−]
pub fn new(buffer: *mut c_char, len: usize) -> RedisBuffer
[src]
pub fn to_string(&self) -> Result<String, FromUtf8Error>
[src]
Trait Implementations
impl AsRef<[u8]> for RedisBuffer
[src][+]
impl Debug for RedisBuffer
[src][+]
impl Drop for RedisBuffer
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for RedisBuffer
impl !Send for RedisBuffer
impl !Sync for RedisBuffer
impl Unpin for RedisBuffer
impl UnwindSafe for RedisBuffer
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,