Type Alias CIntShort

Source
pub type CIntShort = i16;
Expand description

Cassandra int short type.

Trait Implementations§

Source§

impl From<Consistency> for CIntShort

Source§

fn from(value: Consistency) -> Self

Converts to this type from the input type.
Source§

impl FromCursor for CIntShort

Source§

fn from_cursor( cursor: &mut Cursor<&[u8]>, _version: Version, ) -> CDRSResult<CIntShort>

Tries to parse Self from a cursor of bytes.