pub struct CaseRange {
pub low: Box<Node<Expression>>,
pub high: Box<Node<Expression>>,
}
Expand description
Fields§
§low: Box<Node<Expression>>
§high: Box<Node<Expression>>
Trait Implementations§
impl StructuralPartialEq for CaseRange
Auto Trait Implementations§
impl Freeze for CaseRange
impl RefUnwindSafe for CaseRange
impl Send for CaseRange
impl Sync for CaseRange
impl Unpin for CaseRange
impl UnwindSafe for CaseRange
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