pub struct UDT { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ByName for UDT
impl ByName for UDT
fn by_name<R>(&self, name: &str) -> CDRSResult<Option<R>>where
Self: IntoRustByName<R>,
fn r_by_name<R>(&self, name: &str) -> CDRSResult<R>where
Self: IntoRustByName<R>,
Source§impl FromCDRS for UDT
impl FromCDRS for UDT
fn from_cdrs<T>(cdrs_type: T) -> CDRSResult<Option<Self>>
fn from_cdrs_r<T>(cdrs_type: T) -> CDRSResult<Self>
Source§impl FromCDRSByName for UDT
impl FromCDRSByName for UDT
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<UDT> for Row
impl IntoRustByIndex<UDT> for Row
fn get_by_index(&self, index: usize) -> Result<Option<UDT>>
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 IntoRustByName<Blob> for UDT
impl IntoRustByName<Blob> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Blob>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<Decimal> for UDT
impl IntoRustByName<Decimal> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Decimal>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<IpAddr> for UDT
impl IntoRustByName<IpAddr> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<IpAddr>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<List> for UDT
impl IntoRustByName<List> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<List>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<Map> for UDT
impl IntoRustByName<Map> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Map>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<String> for UDT
impl IntoRustByName<String> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<String>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<Timespec> for UDT
impl IntoRustByName<Timespec> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Timespec>>
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 IntoRustByName<UDT> for Row
impl IntoRustByName<UDT> for Row
fn get_by_name(&self, name: &str) -> Result<Option<UDT>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<UDT> for UDT
impl IntoRustByName<UDT> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<UDT>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<Uuid> for UDT
impl IntoRustByName<Uuid> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<Uuid>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<bool> for UDT
impl IntoRustByName<bool> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<bool>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<f32> for UDT
impl IntoRustByName<f32> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<f32>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<f64> for UDT
impl IntoRustByName<f64> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<f64>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<i16> for UDT
impl IntoRustByName<i16> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<i16>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<i32> for UDT
impl IntoRustByName<i32> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<i32>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<i64> for UDT
impl IntoRustByName<i64> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<i64>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Source§impl IntoRustByName<i8> for UDT
impl IntoRustByName<i8> for UDT
fn get_by_name(&self, name: &str) -> Result<Option<i8>>
fn get_r_by_name(&self, name: &str) -> CDRSResult<R>
Auto Trait Implementations§
impl Freeze for UDT
impl RefUnwindSafe for UDT
impl Send for UDT
impl Sync for UDT
impl Unpin for UDT
impl UnwindSafe for UDT
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