Struct predicates_tree::CaseTree
source · pub struct CaseTree(_);
Expand description
A Case
rendered as a tree for display.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CaseTree
impl Send for CaseTree
impl Sync for CaseTree
impl Unpin for CaseTree
impl !UnwindSafe for CaseTree
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