Type Alias dtypes::redis::DString

source ·
pub type DString = Generic<String>;

Aliased Type§

struct DString { /* private fields */ }

Trait Implementations§

source§

impl Add<&Generic<String>> for TString

§

type Output = Generic<String>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &TString) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<&str> for TString

source§

fn add_assign(&mut self, rhs: &str)

Performs the += operation. Read more
source§

impl PartialEq<&str> for TString

source§

fn eq(&self, other: &&str) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.