pub struct ReflectPgForeignTable {
pub ftrelid: String,
pub ftserver: String,
pub ftoptions: Option<Vec<String>>,
}Fields§
§ftrelid: String§ftserver: String§ftoptions: Option<Vec<String>>Trait Implementations§
Source§impl Clone for ReflectPgForeignTable
impl Clone for ReflectPgForeignTable
Source§fn clone(&self) -> ReflectPgForeignTable
fn clone(&self) -> ReflectPgForeignTable
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 ReflectPgForeignTable
impl Debug for ReflectPgForeignTable
Source§impl<'a> From<ReflectPgForeignTableBorrowed<'a>> for ReflectPgForeignTable
impl<'a> From<ReflectPgForeignTableBorrowed<'a>> for ReflectPgForeignTable
Source§fn from(_: ReflectPgForeignTableBorrowed<'a>) -> Self
fn from(_: ReflectPgForeignTableBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgForeignTable
impl PartialEq for ReflectPgForeignTable
impl StructuralPartialEq for ReflectPgForeignTable
Auto Trait Implementations§
impl Freeze for ReflectPgForeignTable
impl RefUnwindSafe for ReflectPgForeignTable
impl Send for ReflectPgForeignTable
impl Sync for ReflectPgForeignTable
impl Unpin for ReflectPgForeignTable
impl UnsafeUnpin for ReflectPgForeignTable
impl UnwindSafe for ReflectPgForeignTable
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