Enum dwh::DwhExpressionStatus
source · pub enum DwhExpressionStatus {
OK,
Error,
}Variants§
Trait Implementations§
source§impl Debug for DwhExpressionStatus
impl Debug for DwhExpressionStatus
source§impl PartialEq<DwhExpressionStatus> for DwhExpressionStatus
impl PartialEq<DwhExpressionStatus> for DwhExpressionStatus
source§fn eq(&self, other: &DwhExpressionStatus) -> bool
fn eq(&self, other: &DwhExpressionStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DwhExpressionStatus
Auto Trait Implementations§
impl RefUnwindSafe for DwhExpressionStatus
impl Send for DwhExpressionStatus
impl Sync for DwhExpressionStatus
impl Unpin for DwhExpressionStatus
impl UnwindSafe for DwhExpressionStatus
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