Struct cdrs::types::tuple::Tuple [−][src]
pub struct Tuple { /* fields omitted */ }
Methods
impl Tuple
[src]
impl Tuple
Trait Implementations
impl FromCDRS for Tuple
[src]
impl FromCDRS for Tuple
fn from_cdrs<T>(cdrs_type: T) -> CDRSResult<Option<Self>> where
Self: Sized,
T: AsRustType<Self> + Sized,
[src]
fn from_cdrs<T>(cdrs_type: T) -> CDRSResult<Option<Self>> where
Self: Sized,
T: AsRustType<Self> + Sized,
fn from_cdrs_r<T>(cdrs_type: T) -> CDRSResult<Self> where
Self: Sized,
T: AsRustType<Self> + Sized,
[src]
fn from_cdrs_r<T>(cdrs_type: T) -> CDRSResult<Self> where
Self: Sized,
T: AsRustType<Self> + Sized,
impl FromCDRSByName for Tuple
[src]
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> + Sized,
[src]
fn from_cdrs_by_name<T>(cdrs_type: &T, name: &str) -> CDRSResult<Option<Self>> where
Self: Sized,
T: ByName + IntoRustByName<Self> + Sized,
fn from_cdrs_r<T>(cdrs_type: &T, name: &str) -> CDRSResult<Self> where
Self: Sized,
T: ByName + IntoRustByName<Self> + Sized + Debug,
[src]
fn from_cdrs_r<T>(cdrs_type: &T, name: &str) -> CDRSResult<Self> where
Self: Sized,
T: ByName + IntoRustByName<Self> + Sized + Debug,
impl IntoRustByName<Tuple> for Row
[src]
impl IntoRustByName<Tuple> for Row
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
[src]
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
[src]
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
impl IntoRustByIndex<Tuple> for Row
[src]
impl IntoRustByIndex<Tuple> for Row
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByName<Tuple> for UDT
[src]
impl IntoRustByName<Tuple> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
[src]
fn get_by_name(&self, name: &str) -> Result<Option<Tuple>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
[src]
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
impl Debug for Tuple
[src]
impl Debug for Tuple
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Tuple
[src]
impl PartialEq for Tuple
fn eq(&self, other: &Tuple) -> bool
[src]
fn eq(&self, other: &Tuple) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for Tuple
[src]
impl Eq for Tuple
impl Hash for Tuple
[src]
impl Hash for Tuple
fn hash<H: Hasher>(&self, state: &mut H)
[src]
fn hash<H: Hasher>(&self, state: &mut H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl ByIndex for Tuple
[src]
impl ByIndex for Tuple
fn by_index<R>(&self, index: usize) -> CDRSResult<Option<R>> where
Self: IntoRustByIndex<R>,
[src]
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>,
[src]
fn r_by_index<R>(&self, index: usize) -> CDRSResult<R> where
Self: IntoRustByIndex<R>,
impl IntoRustByIndex<Blob> for Tuple
[src]
impl IntoRustByIndex<Blob> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Blob>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Blob>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<String> for Tuple
[src]
impl IntoRustByIndex<String> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<String>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<String>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<bool> for Tuple
[src]
impl IntoRustByIndex<bool> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<bool>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<bool>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<i64> for Tuple
[src]
impl IntoRustByIndex<i64> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i64>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<i64>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<i32> for Tuple
[src]
impl IntoRustByIndex<i32> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i32>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<i32>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<i16> for Tuple
[src]
impl IntoRustByIndex<i16> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i16>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<i16>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<i8> for Tuple
[src]
impl IntoRustByIndex<i8> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<i8>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<i8>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<f64> for Tuple
[src]
impl IntoRustByIndex<f64> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<f64>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<f64>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<f32> for Tuple
[src]
impl IntoRustByIndex<f32> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<f32>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<f32>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<IpAddr> for Tuple
[src]
impl IntoRustByIndex<IpAddr> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<IpAddr>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<IpAddr>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<Uuid> for Tuple
[src]
impl IntoRustByIndex<Uuid> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Uuid>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Uuid>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<List> for Tuple
[src]
impl IntoRustByIndex<List> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<List>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<List>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<Map> for Tuple
[src]
impl IntoRustByIndex<Map> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Map>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Map>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<UDT> for Tuple
[src]
impl IntoRustByIndex<UDT> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<UDT>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<UDT>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<Tuple> for Tuple
[src]
impl IntoRustByIndex<Tuple> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Tuple>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
impl IntoRustByIndex<Timespec> for Tuple
[src]
impl IntoRustByIndex<Timespec> for Tuple
fn get_by_index(&self, index: usize) -> Result<Option<Timespec>>
[src]
fn get_by_index(&self, index: usize) -> Result<Option<Timespec>>
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>
[src]
fn get_r_by_index(&self, index: usize) -> CDRSResult<R>