Struct pgrx_pg_sys::AttrDefault
source · #[repr(C)]pub struct AttrDefault {
pub adnum: AttrNumber,
pub adbin: *mut c_char,
}
Fields§
§adnum: AttrNumber
§adbin: *mut c_char
Trait Implementations§
source§impl Clone for AttrDefault
impl Clone for AttrDefault
source§fn clone(&self) -> AttrDefault
fn clone(&self) -> AttrDefault
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 AttrDefault
impl Debug for AttrDefault
source§impl Default for AttrDefault
impl Default for AttrDefault
impl Copy for AttrDefault
Auto Trait Implementations§
impl Freeze for AttrDefault
impl RefUnwindSafe for AttrDefault
impl !Send for AttrDefault
impl !Sync for AttrDefault
impl Unpin for AttrDefault
impl UnwindSafe for AttrDefault
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