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