#[repr(C)]pub struct FormData_pg_namespace {
pub oid: Oid,
pub nspname: NameData,
pub nspowner: Oid,
}Fields§
§oid: Oid§nspname: NameData§nspowner: OidTrait Implementations§
Source§impl Clone for FormData_pg_namespace
impl Clone for FormData_pg_namespace
Source§fn clone(&self) -> FormData_pg_namespace
fn clone(&self) -> FormData_pg_namespace
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 FormData_pg_namespace
impl Debug for FormData_pg_namespace
Source§impl Default for FormData_pg_namespace
impl Default for FormData_pg_namespace
impl Copy for FormData_pg_namespace
Auto Trait Implementations§
impl Freeze for FormData_pg_namespace
impl RefUnwindSafe for FormData_pg_namespace
impl Send for FormData_pg_namespace
impl Sync for FormData_pg_namespace
impl Unpin for FormData_pg_namespace
impl UnwindSafe for FormData_pg_namespace
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