#[repr(C)]pub struct RawColumnDefault {
pub attnum: AttrNumber,
pub raw_default: *mut Node,
pub missingMode: bool,
pub generated: c_char,
}Fields§
§attnum: AttrNumber§raw_default: *mut Node§missingMode: bool§generated: c_charTrait Implementations§
Source§impl Clone for RawColumnDefault
impl Clone for RawColumnDefault
Source§fn clone(&self) -> RawColumnDefault
fn clone(&self) -> RawColumnDefault
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 RawColumnDefault
impl Debug for RawColumnDefault
Source§impl Default for RawColumnDefault
impl Default for RawColumnDefault
impl Copy for RawColumnDefault
Auto Trait Implementations§
impl Freeze for RawColumnDefault
impl RefUnwindSafe for RawColumnDefault
impl !Send for RawColumnDefault
impl !Sync for RawColumnDefault
impl Unpin for RawColumnDefault
impl UnwindSafe for RawColumnDefault
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