Type Definition cassandra_protocol::types::CInt
source · [−]pub type CInt = i32;
Expand description
Cassandra int type.
Trait Implementations
sourceimpl From<ResultKind> for CInt
impl From<ResultKind> for CInt
sourcefn from(value: ResultKind) -> Self
fn from(value: ResultKind) -> Self
Converts to this type from the input type.
sourceimpl FromCursor for CInt
impl FromCursor for CInt
sourcefn 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.