Type Alias cassandra_protocol::types::CInt

source ·
pub type CInt = i32;
Expand description

Cassandra int type.

Trait Implementations§

source§

impl From<ResultKind> for CInt

source§

fn from(value: ResultKind) -> Self

Converts to this type from the input type.
source§

impl FromCursor for CInt

source§

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

Tries to parse Self from a cursor of bytes.