pub struct Tuple { /* private fields */ }Implementations§
Trait Implementations§
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>>
fn from_cdrs_r<T>(cdrs_type: T) -> CDRSResult<Self>
Source§impl FromCDRSByName for Tuple
impl FromCDRSByName for Tuple
fn from_cdrs_by_name<T>(cdrs_type: &T, name: &str) -> CDRSResult<Option<Self>>
fn from_cdrs_r<T>(cdrs_type: &T, name: &str) -> CDRSResult<Self>
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<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<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<Timespec> for Tuple
impl IntoRustByIndex<Timespec> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Timespec>>
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>
impl Eq for Tuple
Auto Trait Implementations§
impl Freeze for Tuple
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