pub struct LeafInfo<L = LeafScript> {
pub depth: u7,
pub script: L,
}
Fields§
§depth: u7
§script: L
Implementations§
Trait Implementations§
impl<L> Eq for LeafInfo<L>where
L: Eq,
impl<L> StructuralPartialEq for LeafInfo<L>
Auto Trait Implementations§
impl<L> Freeze for LeafInfo<L>where
L: Freeze,
impl<L> RefUnwindSafe for LeafInfo<L>where
L: RefUnwindSafe,
impl<L> Send for LeafInfo<L>where
L: Send,
impl<L> Sync for LeafInfo<L>where
L: Sync,
impl<L> Unpin for LeafInfo<L>where
L: Unpin,
impl<L> UnwindSafe for LeafInfo<L>where
L: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.