Struct predicates_tree::CaseTree
source · pub struct CaseTree(/* private fields */);
Expand description
A Case
rendered as a tree for display.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseTree
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