#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawColumnDefault
Source§impl Debug for RawColumnDefault
impl Debug for RawColumnDefault
Auto Trait Implementations§
impl !Send for RawColumnDefault
impl !Sync for RawColumnDefault
impl Freeze for RawColumnDefault
impl RefUnwindSafe for RawColumnDefault
impl Unpin for RawColumnDefault
impl UnsafeUnpin 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