pub struct TxTree {
pub levels: Vec<TxTreeLevel>,
}
Fields§
§levels: Vec<TxTreeLevel>
Implementations§
Source§impl TxTree
impl TxTree
pub fn leaves_wrong(&self) -> Vec<TxTreeNode>
pub fn leaves(&self) -> Vec<TxTreeNode>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxTree
impl RefUnwindSafe for TxTree
impl Send for TxTree
impl Sync for TxTree
impl Unpin for TxTree
impl UnwindSafe for TxTree
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