#[repr(i32)]pub enum ImportForeignSchemaType {
Undefined = 0,
FdwImportSchemaAll = 1,
FdwImportSchemaLimitTo = 2,
FdwImportSchemaExcept = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ImportForeignSchemaType
impl Clone for ImportForeignSchemaType
Source§fn clone(&self) -> ImportForeignSchemaType
fn clone(&self) -> ImportForeignSchemaType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImportForeignSchemaType
impl Debug for ImportForeignSchemaType
Source§impl Default for ImportForeignSchemaType
impl Default for ImportForeignSchemaType
Source§fn default() -> ImportForeignSchemaType
fn default() -> ImportForeignSchemaType
Returns the “default value” for a type. Read more
Source§impl From<ImportForeignSchemaType> for i32
impl From<ImportForeignSchemaType> for i32
Source§fn from(value: ImportForeignSchemaType) -> i32
fn from(value: ImportForeignSchemaType) -> i32
Converts to this type from the input type.
Source§impl Hash for ImportForeignSchemaType
impl Hash for ImportForeignSchemaType
Source§impl Ord for ImportForeignSchemaType
impl Ord for ImportForeignSchemaType
Source§fn cmp(&self, other: &ImportForeignSchemaType) -> Ordering
fn cmp(&self, other: &ImportForeignSchemaType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImportForeignSchemaType
impl PartialEq for ImportForeignSchemaType
Source§impl PartialOrd for ImportForeignSchemaType
impl PartialOrd for ImportForeignSchemaType
impl Copy for ImportForeignSchemaType
impl Eq for ImportForeignSchemaType
impl StructuralPartialEq for ImportForeignSchemaType
Auto Trait Implementations§
impl Freeze for ImportForeignSchemaType
impl RefUnwindSafe for ImportForeignSchemaType
impl Send for ImportForeignSchemaType
impl Sync for ImportForeignSchemaType
impl Unpin for ImportForeignSchemaType
impl UnwindSafe for ImportForeignSchemaType
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