[−][src]Struct postgres_parser::sys::SetToDefault
Placeholder node for a DEFAULT marker in an INSERT or UPDATE command.
This is not an executable expression: it must be replaced by the actual column default expression during rewriting. But it is convenient to treat it as an expression node during parsing and rewriting.
Fields
xpr: Expr
typeId: Oid
typeMod: int32
type for substituted value
collation: Oid
typemod for substituted value
location: c_int
collation for the substituted value
Trait Implementations
impl Debug for SetToDefault
[src]
impl Default for SetToDefault
[src]
impl Eq for SetToDefault
[src]
impl Hash for SetToDefault
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<SetToDefault> for SetToDefault
[src]
fn eq(&self, other: &SetToDefault) -> bool
[src]
fn ne(&self, other: &SetToDefault) -> bool
[src]
impl StructuralEq for SetToDefault
[src]
impl StructuralPartialEq for SetToDefault
[src]
Auto Trait Implementations
impl RefUnwindSafe for SetToDefault
impl Send for SetToDefault
impl Sync for SetToDefault
impl Unpin for SetToDefault
impl UnwindSafe for SetToDefault
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,