#[repr(C)]pub struct FormData_pg_collation {
pub oid: Oid,
pub collname: NameData,
pub collnamespace: Oid,
pub collowner: Oid,
pub collprovider: c_char,
pub collisdeterministic: bool,
pub collencoding: int32,
pub collcollate: NameData,
pub collctype: NameData,
}Fields§
§oid: Oid§collname: NameData§collnamespace: Oid§collowner: Oid§collprovider: c_char§collisdeterministic: bool§collencoding: int32§collcollate: NameData§collctype: NameDataTrait Implementations§
Source§impl Clone for FormData_pg_collation
impl Clone for FormData_pg_collation
Source§fn clone(&self) -> FormData_pg_collation
fn clone(&self) -> FormData_pg_collation
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_collation
impl Debug for FormData_pg_collation
Source§impl Default for FormData_pg_collation
impl Default for FormData_pg_collation
impl Copy for FormData_pg_collation
Auto Trait Implementations§
impl Freeze for FormData_pg_collation
impl RefUnwindSafe for FormData_pg_collation
impl Send for FormData_pg_collation
impl Sync for FormData_pg_collation
impl Unpin for FormData_pg_collation
impl UnwindSafe for FormData_pg_collation
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