[−][src]Struct sqlany_extfnapi::ExtFnValue
Methods
impl ExtFnValue[src]
pub fn as_str(&self) -> Result<&str, Error>[src]
pub fn as_u32(&self) -> Result<u32, Error>[src]
pub fn as_u64(&self) -> Result<u64, Error>[src]
Trait Implementations
impl Clone for ExtFnValue[src]
fn clone(&self) -> ExtFnValue[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ExtFnValue[src]
impl Debug for ExtFnValue[src]
impl Default for ExtFnValue[src]
impl<'_> Into<ExtFnValue> for &'_ u64[src]
fn into(self) -> ExtFnValue[src]
impl<'_> Into<ExtFnValue> for &'_ str[src]
fn into(self) -> ExtFnValue[src]
Auto Trait Implementations
impl RefUnwindSafe for ExtFnValue
impl !Send for ExtFnValue
impl !Sync for ExtFnValue
impl Unpin for ExtFnValue
impl UnwindSafe for ExtFnValue
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,