Struct cassandra_protocol::types::tuple::Tuple
source · pub struct Tuple { /* private fields */ }
Implementations§
Trait Implementations§
source§impl AsCassandraType for Tuple
impl AsCassandraType for Tuple
fn as_cassandra_type(&self) -> Result<Option<CassandraType>>
source§impl ByIndex for Tuple
impl ByIndex for Tuple
fn by_index<R>(&self, index: usize) -> CDRSResult<Option<R>>where Self: IntoRustByIndex<R>,
fn r_by_index<R>(&self, index: usize) -> CDRSResult<R>where Self: IntoRustByIndex<R>,
source§impl FromCdrs for Tuple
impl FromCdrs for Tuple
fn from_cdrs<T>(cdrs_type: T) -> CdrsResult<Option<Self>>where Self: Sized, T: AsRustType<Self>,
fn from_cdrs_r<T>(cdrs_type: T) -> CdrsResult<Self>where Self: Sized, T: AsRustType<Self>,
source§impl FromCdrsByName for Tuple
impl FromCdrsByName for Tuple
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,
source§impl IntoRustByIndex<BigInt> for Tuple
impl IntoRustByIndex<BigInt> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<BigInt>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Blob> for Tuple
impl IntoRustByIndex<Blob> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Blob>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<DateTime<Utc>> for Tuple
impl IntoRustByIndex<DateTime<Utc>> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<DateTime<Utc>>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Decimal> for Tuple
impl IntoRustByIndex<Decimal> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Decimal>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<IpAddr> for Tuple
impl IntoRustByIndex<IpAddr> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<IpAddr>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<List> for Tuple
impl IntoRustByIndex<List> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<List>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Map> for Tuple
impl IntoRustByIndex<Map> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Map>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<NaiveDateTime> for Tuple
impl IntoRustByIndex<NaiveDateTime> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<NaiveDateTime>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<PrimitiveDateTime> for Tuple
impl IntoRustByIndex<PrimitiveDateTime> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<PrimitiveDateTime>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<String> for Tuple
impl IntoRustByIndex<String> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<String>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Tuple> for Row
impl IntoRustByIndex<Tuple> for Row
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Tuple> for Tuple
impl IntoRustByIndex<Tuple> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Udt> for Tuple
impl IntoRustByIndex<Udt> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Udt>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<Uuid> for Tuple
impl IntoRustByIndex<Uuid> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Uuid>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<bool> for Tuple
impl IntoRustByIndex<bool> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<bool>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<f32> for Tuple
impl IntoRustByIndex<f32> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<f32>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<f64> for Tuple
impl IntoRustByIndex<f64> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<f64>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<i16> for Tuple
impl IntoRustByIndex<i16> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i16>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<i32> for Tuple
impl IntoRustByIndex<i32> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i32>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<i64> for Tuple
impl IntoRustByIndex<i64> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i64>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByIndex<i8> for Tuple
impl IntoRustByIndex<i8> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i8>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
source§impl IntoRustByName<Tuple> for Row
impl IntoRustByName<Tuple> for Row
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
source§impl IntoRustByName<Tuple> for Udt
impl IntoRustByName<Tuple> for Udt
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
source§impl PartialEq<Tuple> for Tuple
impl PartialEq<Tuple> for Tuple
impl Eq for Tuple
Auto Trait Implementations§
impl RefUnwindSafe for Tuple
impl Send for Tuple
impl Sync for Tuple
impl Unpin for Tuple
impl UnwindSafe for Tuple
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