pub struct CBytes { /* private fields */ }Expand description
The structure that represents Cassandra byte type.
Implementations§
Trait Implementations§
Source§impl FromCursor for CBytes
impl FromCursor for CBytes
Source§fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CBytes>
fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CBytes>
from_cursor gets Cursor who’s position is set such that it should be a start of a [bytes]. It reads required number of bytes and returns a CBytes
impl Eq for CBytes
impl StructuralPartialEq for CBytes
Auto Trait Implementations§
impl Freeze for CBytes
impl RefUnwindSafe for CBytes
impl Send for CBytes
impl Sync for CBytes
impl Unpin for CBytes
impl UnwindSafe for CBytes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more