Struct cassandra_protocol::types::CBytes [−][src]
pub struct CBytes { /* fields omitted */ }
Expand description
The structure that represents Cassandra byte type.
Implementations
Converts CBytes
into a plain array of bytes
Trait Implementations
from_cursor gets Cursor who’s position is set such that it should be a start of bytes. It reads required number of bytes and returns a CBytes
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for CBytes
impl UnwindSafe for CBytes
Blanket Implementations
Mutably borrows from an owned value. Read more