pub struct Tuple { /* private fields */ }
Implementations
Trait Implementations
sourceimpl AsCassandraType for Tuple
impl AsCassandraType for Tuple
fn as_cassandra_type(&self) -> Result<Option<CassandraType>>
sourceimpl 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>,
sourceimpl 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>,
sourceimpl 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,
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
sourceimpl 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>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more