[][src]Enum pgx_utils::ExternArgs

pub enum ExternArgs {
    Immutable,
    Strict,
    Stable,
    Volatile,
    Raw,
    NoGuard,
    ParallelSafe,
    ParallelUnsafe,
    ParallelRestricted,
    Error(String),
}

Variants

Immutable
Strict
Stable
Volatile
Raw
NoGuard
ParallelSafe
ParallelUnsafe
ParallelRestricted
Error(String)

Trait Implementations

impl Debug for ExternArgs[src]

impl Eq for ExternArgs[src]

impl Hash for ExternArgs[src]

impl Ord for ExternArgs[src]

impl PartialEq<ExternArgs> for ExternArgs[src]

impl PartialOrd<ExternArgs> for ExternArgs[src]

impl StructuralEq for ExternArgs[src]

impl StructuralPartialEq for ExternArgs[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.