pub enum Hide {
Neither,
Left,
Right,
}Expand description
A decision about which, if any, child branches of a case combinator to hide
during a Node::convert conversion
Variants§
Trait Implementations§
Source§impl Ord for Hide
impl Ord for Hide
Source§impl PartialOrd for Hide
impl PartialOrd for Hide
impl Copy for Hide
impl Eq for Hide
impl StructuralPartialEq for Hide
Auto Trait Implementations§
impl Freeze for Hide
impl RefUnwindSafe for Hide
impl Send for Hide
impl Sync for Hide
impl Unpin for Hide
impl UnwindSafe for Hide
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