pub struct ExtFnStrValues<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> ExtFnValueCursor for ExtFnStrValues<'a>
impl<'a> ExtFnValueCursor for ExtFnStrValues<'a>
Source§fn advance(&mut self) -> Result<(), Error>
fn advance(&mut self) -> Result<(), Error>
Advances the cursor to the next value part if available. Read more
Source§fn kind(&self) -> SqlDataTypeKind
fn kind(&self) -> SqlDataTypeKind
Returns the actual catalog type for the argument
Source§fn data_type(&self) -> SqlDataType
fn data_type(&self) -> SqlDataType
Returns the data type for the argument
Source§fn next(&mut self) -> Result<Option<&Self::Item>, Error>
fn next(&mut self) -> Result<Option<&Self::Item>, Error>
Advances the cursor, returning the next value part if available.
Source§fn for_each<F>(self, f: F) -> Result<(), Error>
fn for_each<F>(self, f: F) -> Result<(), Error>
Calls a closure on each element of an iterator.
Auto Trait Implementations§
impl<'a> Freeze for ExtFnStrValues<'a>
impl<'a> RefUnwindSafe for ExtFnStrValues<'a>
impl<'a> !Send for ExtFnStrValues<'a>
impl<'a> !Sync for ExtFnStrValues<'a>
impl<'a> Unpin for ExtFnStrValues<'a>
impl<'a> UnwindSafe for ExtFnStrValues<'a>
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