pub(crate) struct CaseStatementCondition {
pub(crate) condition: Condition,
pub(crate) result: Expr,
}
Fields§
§condition: Condition
§result: Expr
Trait Implementations§
Source§impl Clone for CaseStatementCondition
impl Clone for CaseStatementCondition
Source§fn clone(&self) -> CaseStatementCondition
fn clone(&self) -> CaseStatementCondition
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 CaseStatementCondition
impl Debug for CaseStatementCondition
Source§impl PartialEq for CaseStatementCondition
impl PartialEq for CaseStatementCondition
impl StructuralPartialEq for CaseStatementCondition
Auto Trait Implementations§
impl Freeze for CaseStatementCondition
impl RefUnwindSafe for CaseStatementCondition
impl Send for CaseStatementCondition
impl Sync for CaseStatementCondition
impl Unpin for CaseStatementCondition
impl UnwindSafe for CaseStatementCondition
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