Type Alias cassandra_protocol::types::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.