Enum simplicity::node::Hide
source · 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_hiding] conversion
Variants§
Trait Implementations§
source§impl Ord for Hide
impl Ord for Hide
source§impl PartialEq for Hide
impl PartialEq for Hide
source§impl PartialOrd for Hide
impl PartialOrd for Hide
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Hide
impl Eq for Hide
impl StructuralPartialEq for Hide
Auto Trait Implementations§
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