pub type CInt = i32;
Expand description
Cassandra int type.
Trait Implementations§
Source§impl From<ResultKind> for CInt
impl From<ResultKind> for CInt
Source§fn from(value: ResultKind) -> Self
fn from(value: ResultKind) -> Self
Converts to this type from the input type.
Source§impl FromCursor for CInt
impl FromCursor for CInt
Source§fn from_cursor(
cursor: &mut Cursor<&[u8]>,
_version: Version,
) -> CDRSResult<CInt>
fn from_cursor( cursor: &mut Cursor<&[u8]>, _version: Version, ) -> CDRSResult<CInt>
Tries to parse Self from a cursor of bytes.