Struct cdrs::types::blob::Blob[][src]

pub struct Blob(_);

Special type that represents Cassandra blob type.

Methods

impl Blob
[src]

Constructor method that creates new blob value from a vector of bytes.

Returns a mutable reference to an underlying slice of bytes.

Returns underlying vector of bytes.

Trait Implementations

impl PartialEq for Blob
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Blob
[src]

impl Hash for Blob
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Blob
[src]

Formats the value using the given formatter. Read more

impl Clone for Blob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Vec<u8>> for Blob
[src]

Performs the conversion.

impl FromCDRS for Blob
[src]

impl FromCDRSByName for Blob
[src]

impl IntoRustByName<Blob> for Row
[src]

impl IntoRustByIndex<Blob> for Row
[src]

impl IntoRustByName<Blob> for UDT
[src]

impl Into<Bytes> for Blob
[src]

Performs the conversion.

impl IntoRustByIndex<Blob> for Tuple
[src]

Auto Trait Implementations

impl Send for Blob

impl Sync for Blob