pub struct SeriesTree_Inputs_Raw {
pub first_txin_index: SeriesPattern18<TxInIndex>,
pub outpoint: SeriesPattern20<OutPoint>,
pub tx_index: SeriesPattern20<TxIndex>,
pub output_type: SeriesPattern20<OutputType>,
pub type_index: SeriesPattern20<TypeIndex>,
}Expand description
Series tree node.
Fields§
§first_txin_index: SeriesPattern18<TxInIndex>§outpoint: SeriesPattern20<OutPoint>§tx_index: SeriesPattern20<TxIndex>§output_type: SeriesPattern20<OutputType>§type_index: SeriesPattern20<TypeIndex>Implementations§
Source§impl SeriesTree_Inputs_Raw
impl SeriesTree_Inputs_Raw
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl Freeze for SeriesTree_Inputs_Raw
impl !RefUnwindSafe for SeriesTree_Inputs_Raw
impl Send for SeriesTree_Inputs_Raw
impl Sync for SeriesTree_Inputs_Raw
impl Unpin for SeriesTree_Inputs_Raw
impl UnsafeUnpin for SeriesTree_Inputs_Raw
impl !UnwindSafe for SeriesTree_Inputs_Raw
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more