Struct cassandra_protocol::types::blob::Blob [−][src]
#[repr(transparent)]pub struct Blob(_);
Expand description
Special type that represents Cassandra blob type.
Implementations
Trait Implementations
fn from_cdrs<T>(cdrs_type: T) -> CdrsResult<Option<Self>> where
Self: Sized,
T: AsRustType<Self>,
fn from_cdrs_by_name<T>(cdrs_type: &T, name: &str) -> CdrsResult<Option<Self>> where
Self: Sized,
T: ByName + IntoRustByName<Self>,
fn from_cdrs_r<T>(cdrs_type: &T, name: &str) -> CdrsResult<Self> where
Self: Sized,
T: ByName + IntoRustByName<Self> + Debug,
Auto Trait Implementations
impl RefUnwindSafe for Blob
impl UnwindSafe for Blob
Blanket Implementations
Mutably borrows from an owned value. Read more