pub struct Nvl2Func {
pub this: Expression,
pub true_value: Expression,
pub false_value: Expression,
}Expand description
NVL2 function
Fields§
§this: Expression§true_value: Expression§false_value: ExpressionTrait Implementations§
Source§impl<'de> Deserialize<'de> for Nvl2Func
impl<'de> Deserialize<'de> for Nvl2Func
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Nvl2Func
Auto Trait Implementations§
impl Freeze for Nvl2Func
impl RefUnwindSafe for Nvl2Func
impl Send for Nvl2Func
impl Sync for Nvl2Func
impl Unpin for Nvl2Func
impl UnwindSafe for Nvl2Func
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