Enum pgx_utils::CategorizedType 
source · [−]pub enum CategorizedType {
    Iterator(Vec<String>),
    OptionalIterator(Vec<String>),
    Tuple(Vec<String>),
    Default,
}Variants
Iterator(Vec<String>)
OptionalIterator(Vec<String>)
Tuple(Vec<String>)
Default
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CategorizedType
impl Send for CategorizedType
impl Sync for CategorizedType
impl Unpin for CategorizedType
impl UnwindSafe for CategorizedType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more