pub struct EmbeddedTree { /* private fields */ }Available on crate features
collateral_manager and embedded_collateral_tree only.Expand description
Provides access to a collateral tree embedded in the library.
Trait Implementations§
Source§impl CollateralTree for EmbeddedTree
impl CollateralTree for EmbeddedTree
Source§impl Default for EmbeddedTree
impl Default for EmbeddedTree
Source§fn default() -> EmbeddedTree
fn default() -> EmbeddedTree
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmbeddedTree
impl RefUnwindSafe for EmbeddedTree
impl Send for EmbeddedTree
impl Sync for EmbeddedTree
impl Unpin for EmbeddedTree
impl UnsafeUnpin for EmbeddedTree
impl UnwindSafe for EmbeddedTree
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